mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-28 21:31: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
|
|
{
|
|
//
|
|
}
|