Exception: DecisionAgent::BatchTestError
- Defined in:
- lib/decision_agent/errors.rb
Instance Method Summary collapse
-
#initialize(message = "Batch test execution failed") ⇒ BatchTestError
constructor
A new instance of BatchTestError.
Constructor Details
#initialize(message = "Batch test execution failed") ⇒ BatchTestError
101 102 103 |
# File 'lib/decision_agent/errors.rb', line 101 def initialize( = "Batch test execution failed") super end |