We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008414e commit 6c19e8cCopy full SHA for 6c19e8c
BunqSdk/Exception/EXCEPTIONS.md
@@ -14,7 +14,7 @@ corresponding to the error occurred is thrown.
14
* `TooManyRequestsException` If the request returns with status code `429`
15
* `PleaseContactBunqException` If the request returns with status code `500`.
16
If you get this exception, please contact us preferably via the support chat in the bunq app.
17
-* `UnknownApiErrorException` If none of the above mentioned exceptions are raised,
+* `UnknownApiErrorException` If none of the above mentioned exceptions are thrown,
18
this exception will be thrown instead.
19
20
For more information regarding these errors, please take a look on the documentation
0 commit comments