ContainerExceptionInterface.php
Namespace
Psr\ContainerFile
-
vendor/
psr/ container/ src/ ContainerExceptionInterface.php
View source
<?php
namespace Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ContainerExceptionInterface | Base interface representing a generic exception in a container. |