Exception: Lotr::Sdk::Exception::MissingAccessTokenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lotr/sdk/exception/missing_access_token_error.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingAccessTokenError

Returns a new instance of MissingAccessTokenError.



7
8
9
# File 'lib/lotr/sdk/exception/missing_access_token_error.rb', line 7

def initialize
  super("Provide client with an access token or set your token to the THE_ONE_ACCESS_TOKEN env variable")
end