Files
2026-04-28 15:13:50 +02:00

13 lines
197 B
PHP

<?php
namespace WCPay\Vendor\Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}