class DMAO::API::Errors::InvalidApiToken

Public Class Methods

new(msg="Api token is invalid, please check the DMAO::API.configure has been called.") click to toggle source
Calls superclass method
# File lib/dmao/api/errors/invalid_api_token.rb, line 7
def initialize(msg="Api token is invalid, please check the DMAO::API.configure has been called.")

  super(msg)

end