Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | __init__ (self, str reason="could not be loaded", Optional[str] fname=None, Optional[configparser.Error] error=None) |
str | __str__ (self) |
Data Fields | |
reason | |
fname | |
error | |
When there are errors while loading a configuration file
Definition at line 633 of file exceptions.py.
None __init__ | ( | self, | |
str | reason = "could not be loaded" , |
||
Optional[str] | fname = None , |
||
Optional[configparser.Error] | error = None |
||
) |
Definition at line 636 of file exceptions.py.
Referenced by Protocol.__init_subclass__().
str __str__ | ( | self | ) |
Definition at line 647 of file exceptions.py.
error |
Definition at line 645 of file exceptions.py.
fname |
Definition at line 644 of file exceptions.py.
reason |
Definition at line 643 of file exceptions.py.
Referenced by Response.raise_for_status().