Files
2024-06-18 17:29:05 -04:00

13 lines
214 B
PHP

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