# File lib/grape/exceptions/method_not_allowed.rb, line 4 def initialize(headers) super(message: '405 Not Allowed', status: 405, headers: headers) end