PluginNotFoundException.php 183 B

1234567891011
  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. }