exception Warning Base class for warning categories.
exception ConnectionAbortedError A subclass of ConnectionError, raised when a connection attempt is aborted by
exception RuntimeWarning Base class for warnings about dubious runtime behavior.
exception IsADirectoryError Raised when a file operation (such as
exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of Ind
exception NameError Raised when a local or global name is not found. This applies only to unqualified names. The associated
exception LookupError The base class for the exceptions that are raised when a key or index used on a mapping or sequence is
exception BrokenPipeError A subclass of ConnectionError, raised when trying to write on a pipe while the other
exception ProcessLookupError Raised when a given process doesn’t exist. Corresponds to errno ESRCH
exception PermissionError Raised when trying to run an operation without the adequate access rights - for example filesystem
Page 1 of 8