Exception: DebugMcp::ConnectionError

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) ⇒ ConnectionError

Returns a new instance of ConnectionError.



17
18
19
20
# File 'lib/debug_mcp.rb', line 17

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.



15
16
17
# File 'lib/debug_mcp.rb', line 15

def final_output
  @final_output
end