Exception: SmartyStreetsApi::Exceptions::SevereApiError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/smartystreets_api/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SevereApiError

Returns a new instance of SevereApiError.



3
4
5
# File 'lib/smartystreets_api/exceptions.rb', line 3

def initialize(message)
  super
end