Total Complexity | 1 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class AkismetException extends \Exception |
||
10 | { |
||
11 | // TODO: If this is all we end up doing, do we need this class at all? Might help |
||
12 | // to distinguish our known errors from more serious errors in testing, I suppose... |
||
13 | 26 | public function __construct($message, $code = 0, \Exception $previous = null) |
|
17 | } |
||
18 | } |