Path : /usr/share/php/Psr/Container/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //usr/share/php/Psr/Container/ContainerExceptionInterface.php |
<?php namespace Psr\Container; use Throwable; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends Throwable { }