module Reddy class RdfException < RuntimeError; end class ParserException < RdfException; end class GraphException < RdfException; end class StoreException < RdfException; end class BNodeException < RdfException; end class TypeError < RdfException; end class InvalidPredicate < RdfException; end class InvalidSubject < RdfException; end class InvalidObject < RdfException; end end