Exception: Rookout::Exceptions::RookOutputQueueFull
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookOutputQueueFull
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize ⇒ RookOutputQueueFull
constructor
A new instance of RookOutputQueueFull.
Constructor Details
#initialize ⇒ RookOutputQueueFull
Returns a new instance of RookOutputQueueFull.
99 100 101 102 |
# File 'lib/rookout/exceptions.rb', line 99 def initialize super "Breakpoint triggered but output queue is full. " \ "Data collection will be disabled until the queue has emptied." end |