geno/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php
2024-02-01 11:54:18 +00:00

12 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
{
}