Skip to content

Commit 8da3c12

Browse files
c0llab0rat0rntninja
authored andcommitted
Clarify references to builtin exceptions
1 parent d7bc474 commit 8da3c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipfshttpclient/exceptions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
The class hierarchy for exceptions is::
33
4-
Exception
5-
├── Warning
4+
builtins.Exception
5+
├── builtins.Warning
66
│ └── VersionMismatch
77
└── Error
88
├── AddressError

0 commit comments

Comments
 (0)