class ProsperWorks::Errors::Unauthorized

Public Class Methods

msg() click to toggle source
# File lib/prosperworks/errors/unauthorized.rb, line 9
def self.msg
  "The API Key was not found"
end
status_code() click to toggle source
# File lib/prosperworks/errors/unauthorized.rb, line 5
def self.status_code
  401
end