mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-22 08:15:54 +01: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
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class ExecutionError(WAError):
|
||||||
|
"""Error encountered by the execution framework."""
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class WorkloadError(WAError):
|
class WorkloadError(WAError):
|
||||||
"""General Workload error."""
|
"""General Workload error."""
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user