Class Grape::Exceptions::Validation
In: lib/grape/exceptions/validation.rb
Parent: Grape::Exceptions::Base

Methods

as_json   new   to_s  

Attributes

message_key  [RW] 
params  [RW] 

Public Class methods

Public Instance methods

remove all the unnecessary stuff from Grape::Exceptions::Base like status and headers when converting a validation error to json or string

[Validate]