Searched refs:EntryNotFoundException (Results 1 – 3 of 3) sorted by relevance
5 class EntryNotFoundException extends \Exception implements NotFoundExceptionInterface class
5 use App\Container\Exception\EntryNotFoundException; alias58 throw new EntryNotFoundException($id.' entry not found.');
7 use App\Container\Exception\EntryNotFoundException; alias62 $this->expectException(EntryNotFoundException::class);
Completed in 4 milliseconds