File "ContainerException.php"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/vendor/league/container/src/Exception/ContainerException.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

use Psr\Container\ContainerExceptionInterface;
use RuntimeException;

class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}