File "InvalidRootException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/league/flysystem/src/InvalidRootException.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Flysystem;
use RuntimeException;
class InvalidRootException extends RuntimeException implements FilesystemException
{
}