File "ContainerException.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/wp-rocket-1-nov/inc/Dependencies/League/Container/Exception/ContainerException.php
File size: 255 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WP_Rocket\Dependencies\League\Container\Exception;
use WP_Rocket\Dependencies\Psr\Container\ContainerExceptionInterface;
use RuntimeException;
class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}