kb / vendor /psr /container /src /ContainerExceptionInterface.php
Xv Zan
ULFS
e4f4821
raw
history blame contribute delete
184 Bytes
<?php
namespace Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}