| 1 | <?php |
||
| 22 | final class NonExistingServiceExceptionSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function let(): void |
||
| 28 | |||
| 29 | function it_is_an_exception(): void |
||
| 33 | |||
| 34 | function it_is_an_invalid_argument_exception(): void |
||
| 38 | |||
| 39 | function it_should_show_the_context_and_available_services_in_the_message(): void |
||
| 43 | } |
||
| 44 |