René's URL Explorer Experiment


Title: Built-in Exceptions — Python 3.14.2 documentation

Open Graph Title: Built-in Exceptions

Description: In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...

Open Graph Description: In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...

Opengraph URL: https://docs.python.org/3/library/exceptions.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_exceptions_cda5f1b3.png
og:image:altIn Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
Built-in Exceptionshttps://docs.python.org/library/exceptions.html
Exception contexthttps://docs.python.org/library/exceptions.html#exception-context
Inheriting from built-in exceptionshttps://docs.python.org/library/exceptions.html#inheriting-from-built-in-exceptions
Base classeshttps://docs.python.org/library/exceptions.html#base-classes
Concrete exceptionshttps://docs.python.org/library/exceptions.html#concrete-exceptions
OS exceptionshttps://docs.python.org/library/exceptions.html#os-exceptions
Warningshttps://docs.python.org/library/exceptions.html#warnings
Exception groupshttps://docs.python.org/library/exceptions.html#exception-groups
Exception hierarchyhttps://docs.python.org/library/exceptions.html#exception-hierarchy
Built-in Typeshttps://docs.python.org/library/stdtypes.html
Text Processing Serviceshttps://docs.python.org/library/text.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/exceptions.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/text.html
previoushttps://docs.python.org/library/stdtypes.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Built-in Exceptionshttps://docs.python.org/library/exceptions.html
https://docs.python.org/library/exceptions.html#built-in-exceptions
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
tryhttps://docs.python.org/reference/compound_stmts.html#try
excepthttps://docs.python.org/reference/compound_stmts.html#except
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
User-defined Exceptionshttps://docs.python.org/tutorial/errors.html#tut-userexceptions
https://docs.python.org/library/exceptions.html#exception-context
https://docs.python.org/library/exceptions.html#BaseException.__context__
https://docs.python.org/library/exceptions.html#BaseException.__cause__
https://docs.python.org/library/exceptions.html#BaseException.__suppress_context__
excepthttps://docs.python.org/reference/compound_stmts.html#except
finallyhttps://docs.python.org/reference/compound_stmts.html#finally
withhttps://docs.python.org/reference/compound_stmts.html#with
raisehttps://docs.python.org/reference/simple_stmts.html#raise
fromhttps://docs.python.org/reference/simple_stmts.html#raise
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
AttributeErrorhttps://docs.python.org/library/exceptions.html#AttributeError
Nonehttps://docs.python.org/library/constants.html#None
https://docs.python.org/library/exceptions.html#inheriting-from-built-in-exceptions
Objects/exceptions.chttps://github.com/python/cpython/tree/3.14/Objects/exceptions.c
https://docs.python.org/library/exceptions.html#base-classes
https://docs.python.org/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
str()https://docs.python.org/library/stdtypes.html#str
https://docs.python.org/library/exceptions.html#BaseException.args
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/exceptions.html#BaseException.with_traceback
PEP 3134https://peps.python.org/pep-3134/
https://docs.python.org/library/exceptions.html#BaseException.__traceback__
traceback objecthttps://docs.python.org/reference/datamodel.html#traceback-objects
The raise statementhttps://docs.python.org/reference/simple_stmts.html#raise
https://docs.python.org/library/exceptions.html#BaseException.add_note
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
https://docs.python.org/library/exceptions.html#BaseException.__notes__
add_note()https://docs.python.org/library/exceptions.html#BaseException.add_note
add_note()https://docs.python.org/library/exceptions.html#BaseException.add_note
https://docs.python.org/library/exceptions.html#Exception
https://docs.python.org/library/exceptions.html#ArithmeticError
OverflowErrorhttps://docs.python.org/library/exceptions.html#OverflowError
ZeroDivisionErrorhttps://docs.python.org/library/exceptions.html#ZeroDivisionError
FloatingPointErrorhttps://docs.python.org/library/exceptions.html#FloatingPointError
https://docs.python.org/library/exceptions.html#BufferError
bufferhttps://docs.python.org/c-api/buffer.html#bufferobjects
https://docs.python.org/library/exceptions.html#LookupError
IndexErrorhttps://docs.python.org/library/exceptions.html#IndexError
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
codecs.lookup()https://docs.python.org/library/codecs.html#codecs.lookup
https://docs.python.org/library/exceptions.html#concrete-exceptions
https://docs.python.org/library/exceptions.html#AssertionError
asserthttps://docs.python.org/reference/simple_stmts.html#assert
https://docs.python.org/library/exceptions.html#AttributeError
Attribute referenceshttps://docs.python.org/reference/expressions.html#attribute-references
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
https://docs.python.org/library/exceptions.html#AttributeError.name
https://docs.python.org/library/exceptions.html#AttributeError.obj
namehttps://docs.python.org/library/exceptions.html#AttributeError.name
objhttps://docs.python.org/library/exceptions.html#AttributeError.obj
https://docs.python.org/library/exceptions.html#EOFError
input()https://docs.python.org/library/functions.html#input
io.IOBase.readline()https://docs.python.org/library/io.html#io.IOBase.readline
https://docs.python.org/library/exceptions.html#FloatingPointError
https://docs.python.org/library/exceptions.html#GeneratorExit
generatorhttps://docs.python.org/glossary.html#term-generator
coroutinehttps://docs.python.org/glossary.html#term-coroutine
generator.close()https://docs.python.org/reference/expressions.html#generator.close
coroutine.close()https://docs.python.org/reference/datamodel.html#coroutine.close
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
https://docs.python.org/library/exceptions.html#ImportError
importhttps://docs.python.org/reference/simple_stmts.html#import
https://docs.python.org/library/exceptions.html#ImportError.name
https://docs.python.org/library/exceptions.html#ImportError.path
namehttps://docs.python.org/library/exceptions.html#ImportError.name
pathhttps://docs.python.org/library/exceptions.html#ImportError.path
https://docs.python.org/library/exceptions.html#ModuleNotFoundError
ImportErrorhttps://docs.python.org/library/exceptions.html#ImportError
importhttps://docs.python.org/reference/simple_stmts.html#import
sys.moduleshttps://docs.python.org/library/sys.html#sys.modules
https://docs.python.org/library/exceptions.html#IndexError
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
https://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/exceptions.html#KeyboardInterrupt
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
KeyboardInterrupthttps://docs.python.org/library/exceptions.html#KeyboardInterrupt
KeyboardInterrupthttps://docs.python.org/library/exceptions.html#KeyboardInterrupt
Note on Signal Handlers and Exceptionshttps://docs.python.org/library/signal.html#handlers-and-exceptions
https://docs.python.org/library/exceptions.html#MemoryError
https://docs.python.org/library/exceptions.html#NameError
https://docs.python.org/library/exceptions.html#NameError.name
namehttps://docs.python.org/library/exceptions.html#NameError.name
https://docs.python.org/library/exceptions.html#NotImplementedError
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
Nonehttps://docs.python.org/library/constants.html#None
NotImplementedhttps://docs.python.org/library/constants.html#NotImplemented
https://docs.python.org/library/exceptions.html#OSError
Nonehttps://docs.python.org/library/constants.html#None
argshttps://docs.python.org/library/exceptions.html#BaseException.args
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
OS exceptionshttps://docs.python.org/library/exceptions.html#os-exceptions
errnohttps://docs.python.org/library/exceptions.html#OSError.errno
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/exceptions.html#OSError.errno
https://docs.python.org/library/exceptions.html#OSError.winerror
errnohttps://docs.python.org/library/exceptions.html#OSError.errno
errnohttps://docs.python.org/library/exceptions.html#OSError.errno
winerrorhttps://docs.python.org/library/exceptions.html#OSError.winerror
https://docs.python.org/library/exceptions.html#OSError.strerror
https://docs.python.org/library/exceptions.html#OSError.filename
https://docs.python.org/library/exceptions.html#OSError.filename2
open()https://docs.python.org/library/functions.html#open
os.unlink()https://docs.python.org/library/os.html#os.unlink
filenamehttps://docs.python.org/library/exceptions.html#OSError.filename
os.rename()https://docs.python.org/library/os.html#os.rename
filename2https://docs.python.org/library/exceptions.html#OSError.filename2
EnvironmentErrorhttps://docs.python.org/library/exceptions.html#EnvironmentError
IOErrorhttps://docs.python.org/library/exceptions.html#IOError
WindowsErrorhttps://docs.python.org/library/exceptions.html#WindowsError
socket.errorhttps://docs.python.org/library/socket.html#socket.error
select.errorhttps://docs.python.org/library/select.html#select.error
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
filenamehttps://docs.python.org/library/exceptions.html#OSError.filename
filesystem encoding and error handlerhttps://docs.python.org/glossary.html#term-filesystem-encoding-and-error-handler
https://docs.python.org/library/exceptions.html#OverflowError
MemoryErrorhttps://docs.python.org/library/exceptions.html#MemoryError
https://docs.python.org/library/exceptions.html#PythonFinalizationError
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
Python finalizationhttps://docs.python.org/glossary.html#term-interpreter-shutdown
PythonFinalizationErrorhttps://docs.python.org/library/exceptions.html#PythonFinalizationError
Joininghttps://docs.python.org/library/threading.html#threading.Thread.join
os.fork()https://docs.python.org/library/os.html#os.fork
sys.is_finalizing()https://docs.python.org/library/sys.html#sys.is_finalizing
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
threading.Thread.join()https://docs.python.org/library/threading.html#threading.Thread.join
https://docs.python.org/library/exceptions.html#RecursionError
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
sys.getrecursionlimit()https://docs.python.org/library/sys.html#sys.getrecursionlimit
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
https://docs.python.org/library/exceptions.html#ReferenceError
weakref.proxy()https://docs.python.org/library/weakref.html#weakref.proxy
weakrefhttps://docs.python.org/library/weakref.html#module-weakref
https://docs.python.org/library/exceptions.html#RuntimeError
https://docs.python.org/library/exceptions.html#StopIteration
next()https://docs.python.org/library/functions.html#next
iteratorhttps://docs.python.org/glossary.html#term-iterator
__next__()https://docs.python.org/library/stdtypes.html#iterator.__next__
https://docs.python.org/library/exceptions.html#StopIteration.value
Nonehttps://docs.python.org/library/constants.html#None
generatorhttps://docs.python.org/glossary.html#term-generator
coroutinehttps://docs.python.org/glossary.html#term-coroutine
StopIterationhttps://docs.python.org/library/exceptions.html#StopIteration
valuehttps://docs.python.org/library/exceptions.html#StopIteration.value
StopIterationhttps://docs.python.org/library/exceptions.html#StopIteration
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
StopIterationhttps://docs.python.org/library/exceptions.html#StopIteration
PEP 479https://peps.python.org/pep-0479/
PEP 479https://peps.python.org/pep-0479/
StopIterationhttps://docs.python.org/library/exceptions.html#StopIteration
RuntimeErrorhttps://docs.python.org/library/exceptions.html#RuntimeError
https://docs.python.org/library/exceptions.html#StopAsyncIteration
__anext__()https://docs.python.org/reference/datamodel.html#object.__anext__
asynchronous iteratorhttps://docs.python.org/glossary.html#term-asynchronous-iterator
https://docs.python.org/library/exceptions.html#SyntaxError
importhttps://docs.python.org/reference/simple_stmts.html#import
compile()https://docs.python.org/library/functions.html#compile
exec()https://docs.python.org/library/functions.html#exec
eval()https://docs.python.org/library/functions.html#eval
str()https://docs.python.org/library/stdtypes.html#str
https://docs.python.org/library/exceptions.html#SyntaxError.filename
https://docs.python.org/library/exceptions.html#SyntaxError.lineno
https://docs.python.org/library/exceptions.html#SyntaxError.offset
https://docs.python.org/library/exceptions.html#SyntaxError.text
https://docs.python.org/library/exceptions.html#SyntaxError.end_lineno
https://docs.python.org/library/exceptions.html#SyntaxError.end_offset
end_linenohttps://docs.python.org/library/exceptions.html#SyntaxError.end_lineno
end_offsethttps://docs.python.org/library/exceptions.html#SyntaxError.end_offset
https://docs.python.org/library/exceptions.html#IndentationError
SyntaxErrorhttps://docs.python.org/library/exceptions.html#SyntaxError
https://docs.python.org/library/exceptions.html#TabError
IndentationErrorhttps://docs.python.org/library/exceptions.html#IndentationError
https://docs.python.org/library/exceptions.html#SystemError
CPythonhttps://docs.python.org/glossary.html#term-CPython
https://docs.python.org/library/exceptions.html#SystemExit
sys.exit()https://docs.python.org/library/sys.html#sys.exit
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
sys.exit()https://docs.python.org/library/sys.html#sys.exit
sys.exit()https://docs.python.org/library/sys.html#sys.exit
finallyhttps://docs.python.org/reference/compound_stmts.html#finally
tryhttps://docs.python.org/reference/compound_stmts.html#try
os._exit()https://docs.python.org/library/os.html#os._exit
os.fork()https://docs.python.org/library/os.html#os.fork
https://docs.python.org/library/exceptions.html#SystemExit.code
https://docs.python.org/library/exceptions.html#TypeError
NotImplementedErrorhttps://docs.python.org/library/exceptions.html#NotImplementedError
listhttps://docs.python.org/library/stdtypes.html#list
inthttps://docs.python.org/library/functions.html#int
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/exceptions.html#UnboundLocalError
NameErrorhttps://docs.python.org/library/exceptions.html#NameError
https://docs.python.org/library/exceptions.html#UnicodeError
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
UnicodeErrorhttps://docs.python.org/library/exceptions.html#UnicodeError
https://docs.python.org/library/exceptions.html#UnicodeError.encoding
https://docs.python.org/library/exceptions.html#UnicodeError.reason
https://docs.python.org/library/exceptions.html#UnicodeError.object
https://docs.python.org/library/exceptions.html#UnicodeError.start
objecthttps://docs.python.org/library/functions.html#object
https://docs.python.org/library/exceptions.html#UnicodeError.end
objecthttps://docs.python.org/library/functions.html#object
https://docs.python.org/library/exceptions.html#UnicodeEncodeError
UnicodeErrorhttps://docs.python.org/library/exceptions.html#UnicodeError
https://docs.python.org/library/exceptions.html#UnicodeDecodeError
UnicodeErrorhttps://docs.python.org/library/exceptions.html#UnicodeError
https://docs.python.org/library/exceptions.html#UnicodeTranslateError
UnicodeErrorhttps://docs.python.org/library/exceptions.html#UnicodeError
https://docs.python.org/library/exceptions.html#ValueError
IndexErrorhttps://docs.python.org/library/exceptions.html#IndexError
https://docs.python.org/library/exceptions.html#ZeroDivisionError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/exceptions.html#EnvironmentError
https://docs.python.org/library/exceptions.html#IOError
https://docs.python.org/library/exceptions.html#WindowsError
https://docs.python.org/library/exceptions.html#os-exceptions
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/exceptions.html#BlockingIOError
EAGAINhttps://docs.python.org/library/errno.html#errno.EAGAIN
EALREADYhttps://docs.python.org/library/errno.html#errno.EALREADY
EWOULDBLOCKhttps://docs.python.org/library/errno.html#errno.EWOULDBLOCK
EINPROGRESShttps://docs.python.org/library/errno.html#errno.EINPROGRESS
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
BlockingIOErrorhttps://docs.python.org/library/exceptions.html#BlockingIOError
https://docs.python.org/library/exceptions.html#BlockingIOError.characters_written
iohttps://docs.python.org/library/io.html#module-io
https://docs.python.org/library/exceptions.html#ChildProcessError
ECHILDhttps://docs.python.org/library/errno.html#errno.ECHILD
https://docs.python.org/library/exceptions.html#ConnectionError
BrokenPipeErrorhttps://docs.python.org/library/exceptions.html#BrokenPipeError
ConnectionAbortedErrorhttps://docs.python.org/library/exceptions.html#ConnectionAbortedError
ConnectionRefusedErrorhttps://docs.python.org/library/exceptions.html#ConnectionRefusedError
ConnectionResetErrorhttps://docs.python.org/library/exceptions.html#ConnectionResetError
https://docs.python.org/library/exceptions.html#BrokenPipeError
ConnectionErrorhttps://docs.python.org/library/exceptions.html#ConnectionError
EPIPEhttps://docs.python.org/library/errno.html#errno.EPIPE
ESHUTDOWNhttps://docs.python.org/library/errno.html#errno.ESHUTDOWN
https://docs.python.org/library/exceptions.html#ConnectionAbortedError
ConnectionErrorhttps://docs.python.org/library/exceptions.html#ConnectionError
ECONNABORTEDhttps://docs.python.org/library/errno.html#errno.ECONNABORTED
https://docs.python.org/library/exceptions.html#ConnectionRefusedError
ConnectionErrorhttps://docs.python.org/library/exceptions.html#ConnectionError
ECONNREFUSEDhttps://docs.python.org/library/errno.html#errno.ECONNREFUSED
https://docs.python.org/library/exceptions.html#ConnectionResetError
ConnectionErrorhttps://docs.python.org/library/exceptions.html#ConnectionError
ECONNRESEThttps://docs.python.org/library/errno.html#errno.ECONNRESET
https://docs.python.org/library/exceptions.html#FileExistsError
EEXISThttps://docs.python.org/library/errno.html#errno.EEXIST
https://docs.python.org/library/exceptions.html#FileNotFoundError
ENOENThttps://docs.python.org/library/errno.html#errno.ENOENT
https://docs.python.org/library/exceptions.html#InterruptedError
EINTRhttps://docs.python.org/library/errno.html#errno.EINTR
PEP 475https://peps.python.org/pep-0475/
InterruptedErrorhttps://docs.python.org/library/exceptions.html#InterruptedError
https://docs.python.org/library/exceptions.html#IsADirectoryError
os.remove()https://docs.python.org/library/os.html#os.remove
EISDIRhttps://docs.python.org/library/errno.html#errno.EISDIR
https://docs.python.org/library/exceptions.html#NotADirectoryError
os.listdir()https://docs.python.org/library/os.html#os.listdir
ENOTDIRhttps://docs.python.org/library/errno.html#errno.ENOTDIR
https://docs.python.org/library/exceptions.html#PermissionError
EACCEShttps://docs.python.org/library/errno.html#errno.EACCES
EPERMhttps://docs.python.org/library/errno.html#errno.EPERM
ENOTCAPABLEhttps://docs.python.org/library/errno.html#errno.ENOTCAPABLE
ENOTCAPABLEhttps://docs.python.org/library/errno.html#errno.ENOTCAPABLE
PermissionErrorhttps://docs.python.org/library/exceptions.html#PermissionError
https://docs.python.org/library/exceptions.html#ProcessLookupError
ESRCHhttps://docs.python.org/library/errno.html#errno.ESRCH
https://docs.python.org/library/exceptions.html#TimeoutError
ETIMEDOUThttps://docs.python.org/library/errno.html#errno.ETIMEDOUT
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
PEP 3151https://peps.python.org/pep-3151/
https://docs.python.org/library/exceptions.html#warnings
Warning Categorieshttps://docs.python.org/library/warnings.html#warning-categories
https://docs.python.org/library/exceptions.html#Warning
https://docs.python.org/library/exceptions.html#UserWarning
https://docs.python.org/library/exceptions.html#DeprecationWarning
PEP 565https://peps.python.org/pep-0565/
Python Development Modehttps://docs.python.org/library/devmode.html#devmode
PEP 387https://peps.python.org/pep-0387/
https://docs.python.org/library/exceptions.html#PendingDeprecationWarning
DeprecationWarninghttps://docs.python.org/library/exceptions.html#DeprecationWarning
Python Development Modehttps://docs.python.org/library/devmode.html#devmode
PEP 387https://peps.python.org/pep-0387/
https://docs.python.org/library/exceptions.html#SyntaxWarning
https://docs.python.org/library/exceptions.html#RuntimeWarning
https://docs.python.org/library/exceptions.html#FutureWarning
https://docs.python.org/library/exceptions.html#ImportWarning
Python Development Modehttps://docs.python.org/library/devmode.html#devmode
https://docs.python.org/library/exceptions.html#UnicodeWarning
https://docs.python.org/library/exceptions.html#EncodingWarning
Opt-in EncodingWarninghttps://docs.python.org/library/io.html#io-encoding-warning
https://docs.python.org/library/exceptions.html#BytesWarning
byteshttps://docs.python.org/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/library/stdtypes.html#bytearray
https://docs.python.org/library/exceptions.html#ResourceWarning
Python Development Modehttps://docs.python.org/library/devmode.html#devmode
https://docs.python.org/library/exceptions.html#exception-groups
excepthttps://docs.python.org/reference/compound_stmts.html#except
except*https://docs.python.org/reference/compound_stmts.html#except-star
https://docs.python.org/library/exceptions.html#ExceptionGroup
https://docs.python.org/library/exceptions.html#BaseExceptionGroup
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
BaseExceptionhttps://docs.python.org/library/exceptions.html#BaseException
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
TypeErrorhttps://docs.python.org/library/exceptions.html#TypeError
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
https://docs.python.org/library/exceptions.html#BaseExceptionGroup.message
https://docs.python.org/library/exceptions.html#BaseExceptionGroup.exceptions
https://docs.python.org/library/exceptions.html#BaseExceptionGroup.subgroup
messagehttps://docs.python.org/library/exceptions.html#BaseExceptionGroup.message
__traceback__https://docs.python.org/library/exceptions.html#BaseException.__traceback__
__cause__https://docs.python.org/library/exceptions.html#BaseException.__cause__
__context__https://docs.python.org/library/exceptions.html#BaseException.__context__
__notes__https://docs.python.org/library/exceptions.html#BaseException.__notes__
https://docs.python.org/library/exceptions.html#BaseExceptionGroup.split
subgroup()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.subgroup
https://docs.python.org/library/exceptions.html#BaseExceptionGroup.derive
messagehttps://docs.python.org/library/exceptions.html#BaseExceptionGroup.message
subgroup()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.split
subgroup()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.split
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
subgroup()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.split
__traceback__https://docs.python.org/library/exceptions.html#BaseException.__traceback__
__cause__https://docs.python.org/library/exceptions.html#BaseException.__cause__
__context__https://docs.python.org/library/exceptions.html#BaseException.__context__
__notes__https://docs.python.org/library/exceptions.html#BaseException.__notes__
derive()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.derive
derive()https://docs.python.org/library/exceptions.html#BaseExceptionGroup.derive
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
__new__()https://docs.python.org/reference/datamodel.html#object.__new__
__init__()https://docs.python.org/reference/datamodel.html#object.__init__
ExceptionGrouphttps://docs.python.org/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://docs.python.org/library/exceptions.html#BaseExceptionGroup
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
Exceptionhttps://docs.python.org/library/exceptions.html#Exception
https://docs.python.org/library/exceptions.html#exception-hierarchy
Table of Contentshttps://docs.python.org/contents.html
Built-in Exceptionshttps://docs.python.org/library/exceptions.html
Exception contexthttps://docs.python.org/library/exceptions.html#exception-context
Inheriting from built-in exceptionshttps://docs.python.org/library/exceptions.html#inheriting-from-built-in-exceptions
Base classeshttps://docs.python.org/library/exceptions.html#base-classes
Concrete exceptionshttps://docs.python.org/library/exceptions.html#concrete-exceptions
OS exceptionshttps://docs.python.org/library/exceptions.html#os-exceptions
Warningshttps://docs.python.org/library/exceptions.html#warnings
Exception groupshttps://docs.python.org/library/exceptions.html#exception-groups
Exception hierarchyhttps://docs.python.org/library/exceptions.html#exception-hierarchy
Built-in Typeshttps://docs.python.org/library/stdtypes.html
Text Processing Serviceshttps://docs.python.org/library/text.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/exceptions.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/text.html
previoushttps://docs.python.org/library/stdtypes.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Built-in Exceptionshttps://docs.python.org/library/exceptions.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.