mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	framework/exception: add ExecutionError
Add an exception class to represent an error from within the execution framework (rather than a plugin).
This commit is contained in:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							05b726db09
						
					
				
				
					commit
					1b9ac9236a
				
			@@ -33,6 +33,11 @@ class ValidationError(WAError):
 | 
			
		||||
    pass
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ExecutionError(WAError):
 | 
			
		||||
    """Error encountered by the execution framework."""
 | 
			
		||||
    pass
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class WorkloadError(WAError):
 | 
			
		||||
    """General Workload error."""
 | 
			
		||||
    pass
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user