mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-14 17:50:21 +00:00
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
namespace Psr\Container;
|
|
|
|
/**
|
|
* Base interface representing a generic exception in a container.
|
|
*/
|
|
interface ContainerExceptionInterface
|
|
{
|
|
}
|