class Rookout::Exceptions::RookMissingToken

Public Class Methods

new() click to toggle source
Calls superclass method Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 136
def initialize
  super "No Rookout token was supplied. Make sure to pass the Rookout Token when starting the rook"
end