PluginNotFoundException.php 183 B

12345678910
  1. <?php
  2. namespace League\Flysystem\Plugin;
  3. use LogicException;
  4. class PluginNotFoundException extends LogicException
  5. {
  6. // This exception doesn't require additional information.
  7. }