loom.di-component/tests/services.yaml

16 lines
No EOL
364 B
YAML

services:
stdcl:
class: \stdClass
arguments: []
standard_exception:
class: \Exception
arguments:
- 'Always the same error message'
arithmetic_error:
class: \ArithmeticError
arguments:
message: 'Always the same error message'
code: 0
previous: '@standard_exception'
assertion_error:
class: \AssertionError