11 lines
		
	
	
		
			155 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #-*- coding: UTF-8 -*-
 | |
| 
 | |
| """
 | |
| All possible errors.
 | |
| """
 | |
| 
 | |
| class AssimpError(BaseException):
 | |
|     """
 | |
|     If an internal error occurs.
 | |
|     """
 | |
|     pass | 
