. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Exceptions; use Psr\Container\NotFoundExceptionInterface; use RuntimeException; /** * Exception thrown when a file upload fails. */ class NotFoundInContainerException extends RuntimeException implements NotFoundExceptionInterface { }