Sha256: 1dc89cbb5894fb6418a1b04eae2182deb2c2ce82d17f681e0117f02e9eb106e6

Contents?: true

Size: 429 Bytes

Versions: 4

Compression:

Stored size: 429 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 InvalidNode     < RdfException; end
  class InvalidPredicate < RdfException; end

  class ReadOnlyGraphException < GraphException; end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rdf_context-0.5.3 lib/rdf_context/exceptions.rb
rdf_context-0.5.2 lib/rdf_context/exceptions.rb
rdf_context-0.5.1 lib/rdf_context/exceptions.rb
rdf_context-0.5.0 lib/rdf_context/exceptions.rb