class Farscape::Exceptions::InternalServerError
5xx
Public Instance Methods
error_description()
click to toggle source
# File lib/farscape/errors.rb, line 139 def error_description 'The server encountered an unexpected condition which prevented it from fulfilling the request.' end