Files
Ethica-vitrine/vendor/psr/container/src/ContainerExceptionInterface.php
T
2018-04-11 17:57:57 +02:00

14 lines
248 B
PHP

<?php
/**
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
*/
namespace Psr\Container;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
{
}