mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			47 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			47 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								BaseException
							 | 
						||
| 
								 | 
							
								 +-- SystemExit
							 | 
						||
| 
								 | 
							
								 +-- KeyboardInterrupt
							 | 
						||
| 
								 | 
							
								 +-- Exception
							 | 
						||
| 
								 | 
							
								      +-- GeneratorExit
							 | 
						||
| 
								 | 
							
								      +-- StopIteration
							 | 
						||
| 
								 | 
							
								      +-- StandardError
							 | 
						||
| 
								 | 
							
								      |    +-- ArithmeticError
							 | 
						||
| 
								 | 
							
								      |    |    +-- FloatingPointError
							 | 
						||
| 
								 | 
							
								      |    |    +-- OverflowError
							 | 
						||
| 
								 | 
							
								      |    |    +-- ZeroDivisionError
							 | 
						||
| 
								 | 
							
								      |    +-- AssertionError
							 | 
						||
| 
								 | 
							
								      |    +-- AttributeError
							 | 
						||
| 
								 | 
							
								      |    +-- EnvironmentError
							 | 
						||
| 
								 | 
							
								      |    |    +-- IOError
							 | 
						||
| 
								 | 
							
								      |    |    +-- OSError
							 | 
						||
| 
								 | 
							
								      |    |         +-- WindowsError (Windows)
							 | 
						||
| 
								 | 
							
								      |    +-- EOFError
							 | 
						||
| 
								 | 
							
								      |    +-- ImportError
							 | 
						||
| 
								 | 
							
								      |    +-- LookupError
							 | 
						||
| 
								 | 
							
								      |    |    +-- IndexError
							 | 
						||
| 
								 | 
							
								      |    |    +-- KeyError
							 | 
						||
| 
								 | 
							
								      |    +-- MemoryError
							 | 
						||
| 
								 | 
							
								      |    +-- NameError
							 | 
						||
| 
								 | 
							
								      |    |    +-- UnboundLocalError
							 | 
						||
| 
								 | 
							
								      |    +-- ReferenceError
							 | 
						||
| 
								 | 
							
								      |    +-- RuntimeError
							 | 
						||
| 
								 | 
							
								      |    |    +-- NotImplementedError
							 | 
						||
| 
								 | 
							
								      |    +-- SyntaxError
							 | 
						||
| 
								 | 
							
								      |    |    +-- IndentationError
							 | 
						||
| 
								 | 
							
								      |    |         +-- TabError
							 | 
						||
| 
								 | 
							
								      |    +-- SystemError
							 | 
						||
| 
								 | 
							
								      |    +-- TypeError
							 | 
						||
| 
								 | 
							
								      |    +-- ValueError
							 | 
						||
| 
								 | 
							
								      |    |    +-- UnicodeError
							 | 
						||
| 
								 | 
							
								      |    |         +-- UnicodeDecodeError
							 | 
						||
| 
								 | 
							
								      |    |         +-- UnicodeEncodeError
							 | 
						||
| 
								 | 
							
								      |    |         +-- UnicodeTranslateError
							 | 
						||
| 
								 | 
							
								      +-- Warning
							 | 
						||
| 
								 | 
							
								           +-- DeprecationWarning
							 | 
						||
| 
								 | 
							
								           +-- PendingDeprecationWarning
							 | 
						||
| 
								 | 
							
								           +-- RuntimeWarning
							 | 
						||
| 
								 | 
							
								           +-- SyntaxWarning
							 | 
						||
| 
								 | 
							
								           +-- UserWarning
							 | 
						||
| 
								 | 
							
								           +-- FutureWarning
							 | 
						||
| 
								 | 
							
									   +-- OverflowWarning [not generated by the interpreter]
							 |