Exception: Rookout::Exceptions::RookUnsupportedLiveLogger
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookUnsupportedLiveLogger
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize ⇒ RookUnsupportedLiveLogger
constructor
A new instance of RookUnsupportedLiveLogger.
Constructor Details
#initialize ⇒ RookUnsupportedLiveLogger
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 |