Searched refs:NotFoundInContainerException (Results 1 – 2 of 2) sorted by relevance
23 use Fisharebest\Webtrees\Exceptions\NotFoundInContainerException; alias105 throw new NotFoundInContainerException('Cannot make ' . $reflection_parameter->getName());
28 class NotFoundInContainerException extends RuntimeException implements NotFoundExceptionInterface class