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