class Rookout::Exceptions::RookInvalidToken
Public Class Methods
new(token = "")
click to toggle source
Calls superclass method
Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 109 def initialize token = "" super "The Rookout token supplied #{token[0..6]} is not valid; please check the token and try again", { token: token[0...6] } end