mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 16:36:51 +00: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
|
||
|
|
{
|
||
|
|
}
|