File "PluginNotFoundException.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
File size: 183 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Flysystem\Plugin;
use LogicException;
class PluginNotFoundException extends LogicException
{
// This exception doesn't require additional information.
}