Exception: Fattura24::MissingApiKey

Inherits:
Error
  • Object
show all
Defined in:
lib/fattura24/errors.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/fattura24/errors.rb', line 10

def message
  'You need to configure your api key before calling any endpoint'
end