class Grape::Batch::RequestBodyError::JsonFormat

Request body is not properly formatted JSON

Public Class Methods

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