Exception: Soka::Rails::ToolNotFoundError
- Defined in:
- lib/soka/rails/errors.rb
Overview
Raised when a requested tool cannot be found
Instance Method Summary collapse
-
#initialize(tool_name) ⇒ ToolNotFoundError
constructor
A new instance of ToolNotFoundError.
Constructor Details
#initialize(tool_name) ⇒ ToolNotFoundError
Returns a new instance of ToolNotFoundError.
54 55 56 |
# File 'lib/soka/rails/errors.rb', line 54 def initialize(tool_name) super("Tool not found: #{tool_name}") end |