Exception: Streambird::Api::InternalServerError

Inherits:
Error
  • Object
show all
Defined in:
lib/streambird/api/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#status_code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Streambird'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/streambird/api/errors.rb', line 28

def initialize(message = "Streambird's servers are currently experiencing issues. Please wait a moment and try again.", status_code = 500)
  super(message, status_code)
end