mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-06 03:50: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
|
|
{
|
|
}
|