File "ContainerException.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php
File
size: 239 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Automattic\WooCommerce\Vendor\League\Container\Exception;
use Psr\Container\ContainerExceptionInterface;
use RuntimeException;
class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}