Exception: DecisionAgent::NotFoundError
- Defined in:
- lib/decision_agent/errors.rb
Instance Method Summary collapse
-
#initialize(message = "Resource not found") ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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( = "Resource not found") super end |