File "Implementation_Error.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Repository/Implementation_Error.php
File size: 302 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Class Tribe__Repository__Implementation_Error
*
* @since 4.7.19
*
* Thrown to indicate an error in the repository extension by a developer; this
* is meant to be used to help developers to extend the repository.
*/
class Tribe__Repository__Implementation_Error extends Exception {}