/home/mip/mip/public/img/credit/datatables/InvalidStreamProvided.php.tar
home/mip/mip/vendor/league/flysystem/src/InvalidStreamProvided.php000064400000000341151521004560021400 0ustar00<?php

declare(strict_types=1);

namespace League\Flysystem;

use InvalidArgumentException as BaseInvalidArgumentException;

class InvalidStreamProvided extends BaseInvalidArgumentException implements FilesystemException
{
}