Exception: Scale::Api::InternalServerError
- Defined in:
- lib/scale/api/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "Scale's servers are currently experiencing issues. Please wait a moment and try again.", status_code = 500) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Constructor Details
#initialize(message = "Scale's servers are currently experiencing issues. Please wait a moment and try again.", status_code = 500) ⇒ InternalServerError
Returns a new instance of InternalServerError.
28 29 30 |
# File 'lib/scale/api/errors.rb', line 28 def initialize( = "Scale's servers are currently experiencing issues. Please wait a moment and try again.", status_code = 500) super(, status_code) end |