class ProsperWorks::Errors::NotFound

Public Class Methods

msg() click to toggle source
# File lib/prosperworks/errors/not_found.rb, line 9
def self.msg
  "Resource Not Found"
end
status_code() click to toggle source
# File lib/prosperworks/errors/not_found.rb, line 5
def self.status_code
  404
end