13 lines
235 B
YAML
13 lines
235 B
YAML
|
name: LogicException
|
||
|
class_comment: '# * Base LogicException for the Asset component.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods: []
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- ExceptionInterface
|