summaryrefslogtreecommitdiff
path: root/vendor/league/flysystem/src/ConnectionRuntimeException.php
blob: 8b893ef17a4ca0dbc35b3540a3ff16b5a3598076 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace League\Flysystem;

use RuntimeException;

class ConnectionRuntimeException extends RuntimeException implements FilesystemException
{
}