<?php
namespace Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository