Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +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
{
}