Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
<?php

namespace League\Flysystem\Plugin;

use
LogicException;

class
PluginNotFoundException extends LogicException
{
   
// This exception doesn't require additional information.
}