navasena/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface...

13 lines
214 B
PHP
Raw Permalink Normal View History

2024-07-31 13:12:38 +07:00
<?php
namespace Automattic\WooCommerce\Vendor\Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}