Core_Read_Interface.php
2 weeks ago
Decorator.php
2 weeks ago
Filter_Validation.php
2 weeks ago
Formatter_Interface.php
2 weeks ago
Implementation_Error.php
2 weeks ago
Interface.php
2 weeks ago
Query_Filters.php
2 weeks ago
Read_Interface.php
2 weeks ago
Setter_Interface.php
2 weeks ago
Update_Interface.php
2 weeks ago
Usage_Error.php
2 weeks ago
Void_Query_Exception.php
2 weeks ago
Implementation_Error.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * Class Tribe__Repository__Implementation_Error |
| 5 | * |
| 6 | * @since 4.7.19 |
| 7 | * |
| 8 | * Thrown to indicate an error in the repository extension by a developer; this |
| 9 | * is meant to be used to help developers to extend the repository. |
| 10 | */ |
| 11 | class Tribe__Repository__Implementation_Error extends Exception {} |
| 12 |