RootViolationException.php 120 B

12345678910
  1. <?php
  2. namespace League\Flysystem;
  3. use LogicException;
  4. class RootViolationException extends LogicException
  5. {
  6. //
  7. }