OpenXE/vendor/psr/container/src/ContainerExceptionInterface.php

11 lines
150 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Psr\Container;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
{
}