<?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 {}
