mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-07 12:30:28 +01:00
11 lines
150 B
PHP
11 lines
150 B
PHP
|
<?php
|
||
|
|
||
|
namespace Psr\Container;
|
||
|
|
||
|
/**
|
||
|
* Base interface representing a generic exception in a container.
|
||
|
*/
|
||
|
interface ContainerExceptionInterface
|
||
|
{
|
||
|
}
|