| 1 | <?php |
||
| 18 | final class NonExistingServiceExceptionSpec extends ObjectBehavior |
||
| 19 | { |
||
| 20 | function let(): void |
||
| 24 | |||
| 25 | function it_is_an_exception(): void |
||
| 29 | |||
| 30 | function it_is_an_invalid_argument_exception(): void |
||
| 34 | |||
| 35 | function it_should_show_the_context_and_available_services_in_the_message(): void |
||
| 39 | } |
||
| 40 |