My first commit of codes
This commit is contained in:
10
vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
vendored
Normal file
10
vendor/league/flysystem/src/Plugin/PluginNotFoundException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace League\Flysystem\Plugin;
|
||||
|
||||
use LogicException;
|
||||
|
||||
class PluginNotFoundException extends LogicException
|
||||
{
|
||||
// This exception doesn't require additional information.
|
||||
}
|
||||
Reference in New Issue
Block a user