Exception: Rookout::Exceptions::RookMissingToken

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

#initializeRookMissingToken

Returns a new instance of RookMissingToken.



170
171
172
# File 'lib/rookout/exceptions.rb', line 170

def initialize
  super "No Rookout token was supplied. Make sure to pass the Rookout Token when starting the rook"
end