class Byebug::DAP::CommandProcessor::TimeoutError
Indicates a timeout while sending a message to the context.
Attributes
context[R]
The receiving context. @return [gem:byebug:Byebug::Context]
Public Class Methods
new(context)
click to toggle source
# File lib/byebug/dap/command_processor.rb, line 14 def initialize(context) @context = context end