RootViolationException.php 151 B

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