class Grape::Exceptions::Unauthorized

Unauthorized (Grape例外拡張)

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/moca_rlibs/grape_errors/unauthorized.rb, line 9
def initialize
  super(message: '401 Unauthorized', status: 401)
end