Exception: Urlbox::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Urlbox::Error
- Defined in:
- lib/urlbox/errors.rb
Class Method Summary collapse
Class Method Details
.missing_api_secret_error_message ⇒ Object
3 4 5 6 7 8 |
# File 'lib/urlbox/errors.rb', line 3 def self. <<-ERROR_MESSAGE Missing api_secret when initialising client or ENV['URLBOX_API_SECRET'] not set. Required for authorised post request. ERROR_MESSAGE end |