PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
vendor
/
league
/
flysystem
/
src
<?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() ) ); } }
[-] UnreadableFileException.php
[open]
[-] Config.php
[open]
[-] Filesystem.php
[open]
[-] Exception.php
[open]
[+]
Adapter
[-] SafeStorage.php
[open]
[-] AdapterInterface.php
[open]
[+]
Util
[+]
..
[-] FilesystemNotFoundException.php
[open]
[-] PluginInterface.php
[open]
[-] MountManager.php
[open]
[+]
Plugin
[-] ConfigAwareTrait.php
[open]
[-] FileExistsException.php
[open]
[-] Util.php
[open]
[-] Handler.php
[open]
[-] Directory.php
[open]
[-] File.php
[open]
[-] RootViolationException.php
[open]
[-] ReadInterface.php
[open]
[-] NotSupportedException.php
[open]
[-] FileNotFoundException.php
[open]
[-] FilesystemInterface.php
[open]