@@ -21,4 +21,6 @@ |
||
21 | 21 | /** |
22 | 22 | * Thrown when the Numverify API returns an API response that is unexpected. |
23 | 23 | */ |
24 | -class NumverifyApiResponseException extends RuntimeException {} |
|
24 | +class NumverifyApiResponseException extends RuntimeException |
|
25 | +{ |
|
26 | +} |