Sha256: 7aa30fdb864796721bdaee6ff5ba4b0fe491f68b54d736306233e05633c591e5

Contents?: true

Size: 473 Bytes

Versions: 9

Compression:

Stored size: 473 Bytes

Contents

module RdfContext
  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

9 entries across 9 versions & 1 rubygems

Version Path
rdf_context-0.5.11 lib/rdf_context/exceptions.rb
rdf_context-0.5.10 lib/rdf_context/exceptions.rb
rdf_context-0.5.9.1 lib/rdf_context/exceptions.rb
rdf_context-0.5.9 lib/rdf_context/exceptions.rb
rdf_context-0.5.8.2 lib/rdf_context/exceptions.rb
rdf_context-0.5.8.1 lib/rdf_context/exceptions.rb
rdf_context-0.5.7 lib/rdf_context/exceptions.rb
rdf_context-0.5.6 lib/rdf_context/exceptions.rb
rdf_context-0.5.5 lib/rdf_context/exceptions.rb