class JsonAPIObjectMapper::InvalidParser

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/jsonapi-object-mapper/exceptions.rb, line 12
def initialize(msg = nil)
  msg ||= "Must provide a parsed `JsonAPIObjectMapper::Parser::Document` klass-document"
  super
end