mirror of
				https://github.com/yweber/lodel2.git
				synced 2025-10-31 11:39:02 +01:00 
			
		
		
		
	Changed datahandler exceptions from functions to classes
This commit is contained in:
		
					parent
					
						
							
								c48c0119a2
							
						
					
				
			
			
				commit
				
					
						b6093866cd
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| def LodelDataHandlerException(Exception): | ||||
| class LodelDataHandlerException(Exception): | ||||
|     pass | ||||
| 
 | ||||
| 
 | ||||
| def LodelDataHandlerConsistencyException(LodelDataHandlerException): | ||||
| class LodelDataHandlerConsistencyException(LodelDataHandlerException): | ||||
|     pass | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Roland Haroutiounian
				Roland Haroutiounian