Exception: Rasti::AI::Errors::UndefinedTool
- Inherits:
-
StandardError
- Object
- StandardError
- Rasti::AI::Errors::UndefinedTool
- Defined in:
- lib/rasti/ai/errors.rb
Instance Method Summary collapse
-
#initialize(tool_name) ⇒ UndefinedTool
constructor
A new instance of UndefinedTool.
Constructor Details
#initialize(tool_name) ⇒ UndefinedTool
Returns a new instance of UndefinedTool.
31 32 33 |
# File 'lib/rasti/ai/errors.rb', line 31 def initialize(tool_name) super "Undefined tool #{tool_name}" end |