Exception: Rookout::Exceptions::RookUnsupportedLiveLogger

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

#initializeRookUnsupportedLiveLogger

Returns a new instance of RookUnsupportedLiveLogger.



264
265
266
# File 'lib/rookout/exceptions.rb', line 264

def initialize
  super "Live Logger is not supported. Try using Rookout Live Debugger instead."
end