Exception: DebugMcp::SessionError
- Defined in:
- lib/debug_mcp.rb
Instance Attribute Summary collapse
-
#final_output ⇒ Object
readonly
Returns the value of attribute final_output.
Instance Method Summary collapse
-
#initialize(message = nil, final_output: nil) ⇒ SessionError
constructor
A new instance of SessionError.
Constructor Details
#initialize(message = nil, final_output: nil) ⇒ SessionError
Returns a new instance of SessionError.
26 27 28 29 |
# File 'lib/debug_mcp.rb', line 26 def initialize( = nil, final_output: nil) super() @final_output = final_output end |
Instance Attribute Details
#final_output ⇒ Object (readonly)
Returns the value of attribute final_output.
24 25 26 |
# File 'lib/debug_mcp.rb', line 24 def final_output @final_output end |