mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-24 19:51:14 +01:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use ErrorException;
|
|
|
|
class ConnectionErrorException extends ErrorException implements FilesystemException
|
|
{
|
|
}
|