api/laravel/Container/EntryNotFoundException.yaml
2024-09-26 02:03:21 -07:00

16 lines
346 B
YAML

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