class Grape::Exceptions::MethodNotAllowed
def initialize(headers)
def initialize(headers) super(message: '405 Not Allowed', status: 405, headers: headers) end
def initialize(headers) super(message: '405 Not Allowed', status: 405, headers: headers) end