Exception: Debugger::SimpleTimeLimitError
- Inherits:
-
StandardError
- Object
- StandardError
- Debugger::SimpleTimeLimitError
- Defined in:
- lib/ruby-debug-ide/xml_printer.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ SimpleTimeLimitError
constructor
A new instance of SimpleTimeLimitError.
Constructor Details
#initialize(message) ⇒ SimpleTimeLimitError
Returns a new instance of SimpleTimeLimitError.
26 27 28 |
# File 'lib/ruby-debug-ide/xml_printer.rb', line 26 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
24 25 26 |
# File 'lib/ruby-debug-ide/xml_printer.rb', line 24 def @message end |