class Grape::Exceptions::InvalidMessageBody
def initialize(body_format)
def initialize(body_format) super(message: compose_message(:invalid_message_body, body_format:), status: 400) end
def initialize(body_format) super(message: compose_message(:invalid_message_body, body_format:), status: 400) end