Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
Psr
/
Container
/
Editing: ContainerExceptionInterface.php
<?php namespace Automattic\WooCommerce\Vendor\Psr\Container; use Throwable; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends Throwable { }
Save
Cancel