class Grape::Batch::RequestBodyError::Format

Batch body isn’t properly formatted as a Hash

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 27
def initialize
  super('Request body is not well formatted')
end