| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class RequestException extends Exception implements MonobankException |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @return RequestException |
||
| 16 | */ |
||
| 17 | public static function maxPersonalStatementPeriod(): self |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return RequestException |
||
| 24 | */ |
||
| 25 | public static function invalidPersonalStatementPeriod(): self |
||
| 30 |