loom.di-component/tests/services.yaml

16 lines
364 B
YAML
Raw Normal View History

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