Item Type
Item Name
Search file in folder and subfolders...
<?php namespace Psr\Container; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface { }