Skip to content

Commit e080f4e

Browse files
author
Kevin Hellemun
committed
Copywrtiting 📝.
1 parent e4b8522 commit e080f4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

EXCEPTIONS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## Exceptions
2-
32
When you make a request via the SDK, there is a chance of request failing
43
due to various reasons. When such a failure happens, an exception
54
corresponding to the error occurred is raised.
65

76

87
----
98
#### Possible Exceptions
10-
119
* `BadRequestException` If the request returns with status code `400`
1210
* `UnauthorizedException` If the request returns with status code `401`
1311
* `ForbiddenException` If the request returns with status code `403`

bunq/sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import uuid
22
from json import JSONDecodeError
3-
from urllib.parse import urlencode
43

4+
from urllib.parse import urlencode
55
import requests
66

77
from bunq.sdk import context

0 commit comments

Comments
 (0)