Exception: DecisionAgent::BatchTestError

Inherits:
Error
  • Object
show all
Defined in:
lib/decision_agent/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Batch test execution failed") ⇒ BatchTestError



101
102
103
# File 'lib/decision_agent/errors.rb', line 101

def initialize(message = "Batch test execution failed")
  super
end