HippoPHP\Hippo\Exception\FileNotReadableException::__construct PHP Method

__construct() public method

public __construct ( string $path )
$path string
    public function __construct($path)
    {
        parent::__construct('File not readable: ' . $path);
    }
FileNotReadableException