Files
faveo/vendor/league/flysystem/src/ConnectionRuntimeException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
152 B
PHP

<?php
namespace League\Flysystem;
use RuntimeException;
class ConnectionRuntimeException extends RuntimeException implements FilesystemException
{
}