Exception: Grom::NamingError
- Inherits:
-
StandardError
- Object
- StandardError
- Grom::NamingError
- Defined in:
- lib/grom/naming_error.rb
Overview
Namespace for errors.
Instance Method Summary collapse
-
#initialize ⇒ NamingError
constructor
A new instance of NamingError.
Constructor Details
#initialize ⇒ NamingError
Returns a new instance of NamingError.
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 |