Sha256: c8805bc4e9f9109c708e890d6f4d261b07543d5a1c454f05576b145620329ed2
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
module RDF::RDFa class RdfException < RuntimeError; end class ParserException < RdfException; end class SparqlException < RdfException; end class GraphException < RdfException; end class StoreException < RdfException; end class BNodeException < RdfException; end class TypeError < RdfException; end class InvalidNode < RdfException; end class InvalidPredicate < RdfException; end class ReadOnlyGraphException < GraphException; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-rdfa-0.0.2 | lib/rdf/rdfa/reader/exceptions.rb |
rdf-rdfa-0.0.1 | lib/rdfa/reader/exceptions.rb |