Exception: NeonRAW::Errors::InternalServerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

Reddit’s servers are shitting themselves.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Reddit's servers are experiencing technical difficulties. Try again later.") ⇒ InternalServerError

Returns a new instance of InternalServerError.



257
258
259
# File 'lib/NeonRAW/errors.rb', line 257

def initialize(msg = "Reddit's servers are experiencing technical difficulties. Try again later.")
  super(msg)
end