[][src]Module cpython::exc

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