Exception: Soka::Rails::ToolNotFoundError

Inherits:
ToolError show all
Defined in:
lib/soka/rails/errors.rb

Overview

Raised when a requested tool cannot be found

Instance Method Summary collapse

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