Exception: Kreator::ToolCancellationError
- Defined in:
- lib/kreator/tool_error.rb
Instance Attribute Summary
Attributes inherited from ToolError
Instance Method Summary collapse
-
#initialize(message = "tool execution cancelled", details: {}) ⇒ ToolCancellationError
constructor
A new instance of ToolCancellationError.
Methods inherited from ToolError
Constructor Details
#initialize(message = "tool execution cancelled", details: {}) ⇒ ToolCancellationError
Returns a new instance of ToolCancellationError.
30 31 32 |
# File 'lib/kreator/tool_error.rb', line 30 def initialize( = "tool execution cancelled", details: {}) super(, code: "cancelled", details: details) end |