mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-03-29 00:30:53 +00:00
11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use LogicException;
|
|
|
|
class RootViolationException extends LogicException
|
|
{
|
|
//
|
|
}
|