File "ContainerException.php"

Full Path: /home/warrior1/public_html/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
{
}