Home
last modified time | relevance | path

Searched refs:EntryNotFoundException (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Container/Exception/
H A DEntryNotFoundException.php5 class EntryNotFoundException extends \Exception implements NotFoundExceptionInterface class
/web-bugs/src/Container/
H A DContainer.php5 use App\Container\Exception\EntryNotFoundException; alias
58 throw new EntryNotFoundException($id.' entry not found.');
/web-bugs/tests/Unit/Container/
H A DContainerTest.php7 use App\Container\Exception\EntryNotFoundException; alias
62 $this->expectException(EntryNotFoundException::class);

Completed in 7 milliseconds