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