Your IP : 216.73.216.220


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/league/flysystem/src/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/league/flysystem/src/InvalidStreamProvided.php

<?php

declare(strict_types=1);

namespace League\Flysystem;

use InvalidArgumentException as BaseInvalidArgumentException;

class InvalidStreamProvided extends BaseInvalidArgumentException implements FilesystemException
{
}