Exception: DecisionAgent::NotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Resource not found") ⇒ NotFoundError

Returns a new instance of NotFoundError.



66
67
68
# File 'lib/decision_agent/errors.rb', line 66

def initialize(message = "Resource not found")
  super
end