mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-29 22:01:13 +01:00
11 lines
151 B
PHP
11 lines
151 B
PHP
|
<?php
|
||
|
|
||
|
namespace League\Flysystem;
|
||
|
|
||
|
use LogicException;
|
||
|
|
||
|
class RootViolationException extends LogicException implements FilesystemException
|
||
|
{
|
||
|
//
|
||
|
}
|