Exception: Fattura24::MissingApiKey
- 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
#message ⇒ Object
10 11 12 |
# File 'lib/fattura24/errors.rb', line 10 def 'You need to configure your api key before calling any endpoint' end |