class Grape::Exceptions::TooManyRequests

TooManyRequests (Grape例外拡張)

Public Class Methods

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