/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
pods
/
tribe-common
/
src
/
Tribe
/
Repository
/
Upload File
HOME
<?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 {}