Exception: NoyoFulfillment::ServerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/noyo_fulfillment/api_response.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'There seems to be a problem server side. Please contact ' \ "Noyo at [email protected] for a fix for the error at #{Time.now}.") ⇒ ServerError

Returns a new instance of ServerError.



3
4
5
6
# File 'lib/noyo_fulfillment/api_response.rb', line 3

def initialize(msg = 'There seems to be a problem server side. Please contact ' \
  "Noyo at [email protected] for a fix for the error at #{Time.now}.")
  super(msg)
end