oont-contents/plugins/wpify-woo/deps/psr/container/src/ContainerExceptionInterface.php
2025-02-08 15:10:23 +01:00

11 lines
196 B
PHP

<?php
namespace WpifyWooDeps\Psr\Container;
use Throwable;
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface extends Throwable
{
}