class Grom::NamingError

Namespace for errors.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/grom/naming_error.rb, line 4
def initialize
  super("'type' is reserved for RDF type and cannot be used as a predicate name.")
end