🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
Repository
/
Editing: Implementation_Error.php
<?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 {}
Save
Cancel