Exception: Grom::NamingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/grom/naming_error.rb

Overview

Namespace for errors.

Since:

  • 0.1.0

Instance Method Summary collapse

Constructor Details

#initializeNamingError

Returns a new instance of NamingError.

Since:

  • 0.1.0



4
5
6
# 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