Sulu\Bundle\MediaBundle\Media\Exception\OriginalFileNotFoundException::__construct PHP Method

__construct() public method

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