Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/vendor/league/flysystem/src/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/vendor/league/flysystem/src/UnreadableFileException.php

<?php

namespace League\Flysystem;

use SplFileInfo;

class UnreadableFileException extends Exception
{
    public static function forFileInfo(SplFileInfo $fileInfo)
    {
        return new static(
            sprintf(
                'Unreadable file encountered: %s',
                $fileInfo->getRealPath()
            )
        );
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists