Current File : /home/itiffy/public_html/vendor/league/flysystem/src/RootViolationException.php
<?php

namespace League\Flysystem;

use LogicException;

class RootViolationException extends LogicException
{
    //
}