platform/api/symfony/Component/Asset/Exception/AssetNotFoundException.yaml
2024-09-02 10:44:11 -07:00

39 lines
869 B
YAML

name: AssetNotFoundException
class_comment: '# * Represents an asset not found in a manifest.'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: message
- name: alternatives
default: '[]'
- name: code
default: '0'
- name: previous
default: 'null'
comment: '# * Represents an asset not found in a manifest.
# */
# class AssetNotFoundException extends RuntimeException
# {
# /**
# * @param string $message Exception message to throw
# * @param array $alternatives List of similar defined names
# * @param int $code Exception code
# * @param \Throwable $previous Previous exception used for the exception
chaining'
- name: getAlternatives
visibility: public
parameters: []
comment: null
traits: []
interfaces: []