Initial Commit
This commit is contained in:
11
dependencies/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
11
dependencies/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Psr\Container;
|
||||
|
||||
use Throwable;
|
||||
/**
|
||||
* Base interface representing a generic exception in a container.
|
||||
*/
|
||||
interface ContainerExceptionInterface extends Throwable
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user