Files
torebki-fabiola.pl/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php
2026-03-05 13:07:40 +01: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
{
}