api/laravel/Container/EntryNotFoundException.yaml

17 lines
346 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: EntryNotFoundException
class_comment: null
dependencies:
- name: Exception
type: class
source: Exception
- name: NotFoundExceptionInterface
type: class
source: Psr\Container\NotFoundExceptionInterface
properties: []
methods: []
traits:
- Exception
- Psr\Container\NotFoundExceptionInterface
interfaces:
- NotFoundExceptionInterface