class Grape::Exceptions::ServiceUnavailable
ServiceUnavailable
(Grape例外拡張)
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/moca_rlibs/grape_errors/service_unavailable.rb, line 9 def initialize super(message: '503 Service Unavailable', status: 503) end