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