View file vendor/psr/container/src/ContainerExceptionInterface.php
<?php namespace Psr\Container; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends \Throwable { }
<?php namespace Psr\Container; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends \Throwable { }