cpython
0.7.2
Module exc
Structs
In crate cpython
?
Settings
Module
cpython
::
exc
Copy item path
source
·
[
−
]
Expand description
This module contains the python exception types.
Structs
§
AssertionError
AttributeError
BaseException
BlockingIOError
BrokenPipeError
BufferError
ChildProcessError
ConnectionAbortedError
ConnectionError
ConnectionRefusedError
ConnectionResetError
EOFError
EnvironmentError
Exception
FileExistsError
FileNotFoundError
FloatingPointError
IOError
ImportError
IndexError
InterruptedError
IsADirectoryError
KeyError
KeyboardInterrupt
LookupError
MemoryError
NameError
NotADirectoryError
NotImplementedError
OSError
OverflowError
PermissionError
ProcessLookupError
ReferenceError
RuntimeError
SyntaxError
SystemError
SystemExit
TimeoutError
TypeError
UnicodeDecodeError
UnicodeEncodeError
UnicodeTranslateError
ValueError
ZeroDivisionError