class Grape::Batch::RequestBodyError::Blank
Request
body is blank
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 6 def initialize super('Request body is blank') end