File "Container_Exception.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Common/Exceptions/Container_Exception.php
File size: 241 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace TEC\Common\Exceptions;
use RuntimeException;
/**
* Class Container_Exception.
*
* @since 5.1.1.2
*
* @package TEC\Common\Exceptions
*/
class Container_Exception extends RuntimeException {
// Intentionally empty.
}