37933-vm/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php
Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00: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
{
}