Files
FreshRSS/app/Exceptions/ContextException.php
Alexis Degrugillier aacd1ffd40 Refactor exceptions
I removed unnecessary constructors and unnecessary inheritance
2015-03-04 23:32:20 -05:00

9 lines
121 B
PHP

<?php
/**
* An exception raised when a context is invalid
*/
class FreshRSS_Context_Exception extends \Exception {
}