Sulu\Bundle\MediaBundle\Media\Exception\OriginalFileNotFoundException::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $uri )
$uri string
    public function __construct($uri)
    {
        parent::__construct(sprintf('File not found in "%s".', $uri), self::EXCEPTION_CODE_ORIGINAL_FILE_NOT_FOUND);
    }
OriginalFileNotFoundException