Sha256: 8827343251a14da4d5eca6785aa0ff10991e129a01e62e01b90884098afb59a9
Contents?: true
Size: 403 Bytes
Versions: 7
Compression:
Stored size: 403 Bytes
Contents
module RdfContext 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
Version data entries
7 entries across 7 versions & 1 rubygems