Exception: NoyoFulfillment::ServerError
- Inherits:
-
StandardError
- Object
- StandardError
- NoyoFulfillment::ServerError
- Defined in:
- lib/noyo_fulfillment/api_response.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of ServerError.
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 |