Exception: Rookout::Exceptions::RookOutputQueueFull

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

Constructor Details

#initializeRookOutputQueueFull

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