• File: ContainerException.php
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php
  • File size: 239 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Automattic\WooCommerce\Vendor\League\Container\Exception;

use Psr\Container\ContainerExceptionInterface;
use RuntimeException;

class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}