mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-10 14:43:11 +02:00
9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
class Exception extends \Exception implements FilesystemException
|
|
{
|
|
//
|
|
}
|