mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user