File "ContainerException.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php
File size: 269 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Automattic\WooCommerce\Vendor\League\Container\Exception;
use Automattic\WooCommerce\Vendor\Psr\Container\ContainerExceptionInterface;
use RuntimeException;
class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}