Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /vendor /league /flysystem /src /Plugin /PluginNotFoundException.php
| namespace League\Flysystem\Plugin; | |
| use LogicException; | |
| class PluginNotFoundException extends LogicException | |
| { | |
| // This exception doesn't require additional information. | |
| } | |