first commit
This commit is contained in:
10
pma/vendor/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
10
pma/vendor/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Container;
|
||||
|
||||
/**
|
||||
* Base interface representing a generic exception in a container.
|
||||
*/
|
||||
interface ContainerExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user