class Fattura24::MissingApiKey

Thrown when trying to perform any request on the api without a key set in configuration

Public Instance Methods

message() click to toggle source
# File lib/fattura24/errors.rb, line 10
def message
  'You need to configure your api key before calling any endpoint'
end