Home
last modified time | relevance | path

Searched refs:NotFoundInContainerException (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DContainer.php23 use Fisharebest\Webtrees\Exceptions\NotFoundInContainerException; alias
105 throw new NotFoundInContainerException('Cannot make ' . $reflection_parameter->getName());
/webtrees/app/Exceptions/
H A DNotFoundInContainerException.php28 class NotFoundInContainerException extends RuntimeException implements NotFoundExceptionInterface class