Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/league/flysystem/src/ConnectionRuntimeException.php
<?php

namespace League\Flysystem;

use
RuntimeException;

class
ConnectionRuntimeException extends RuntimeException implements FilesystemException
{
}