Files
Smart-Farm/vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
2025-12-22 14:34:25 +08:00

11 lines
183 B
PHP

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