Exception: DebugMcp::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/debug_mcp.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, final_output: nil) ⇒ TimeoutError

Returns a new instance of TimeoutError.



35
36
37
38
# File 'lib/debug_mcp.rb', line 35

def initialize(message = nil, final_output: nil)
  super(message)
  @final_output = final_output
end

Instance Attribute Details

#final_outputObject (readonly)

Returns the value of attribute final_output.



33
34
35
# File 'lib/debug_mcp.rb', line 33

def final_output
  @final_output
end