Exception: RestfulError::BaseError

Inherits:
StandardError
  • Object
show all
Includes:
Helper
Defined in:
lib/restful_error.rb

Instance Method Summary collapse

Methods included from Helper

#response_message, #status_data

Instance Method Details

#http_statusObject

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/restful_error.rb', line 25

def http_status
  raise NotImplementedError, "http_status must be implemented"
end