class Grape::Exceptions::InvalidWithOptionForRepresent

Public Class Methods

new() click to toggle source
Calls superclass method Grape::Exceptions::Base.new
# File lib/grape/exceptions/invalid_with_option_for_represent.rb, line 5
def initialize
  super(:message => compose_message("invalid_with_option_for_represent"))
end