Exception: Rasti::AI::Errors::UndefinedTool

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rasti/ai/errors.rb

Instance Method Summary collapse

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