class Grape::Exceptions::NotFound

NotFound (Grape例外拡張)

Public Class Methods

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