Files
apimacro/vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
2024-08-13 13:44:16 +00:00

11 lines
183 B
PHP
Executable File

<?php
namespace League\Flysystem\Plugin;
use LogicException;
class PluginNotFoundException extends LogicException
{
// This exception doesn't require additional information.
}