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