mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-16 23:53:54 +00:00
11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
use LogicException;
|
|
|
|
class RootViolationException extends LogicException
|
|
{
|
|
//
|
|
}
|