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

Version Path
rdf_context-0.4.8 lib/rdf_context/exceptions.rb
rdf_context-0.4.7 lib/rdf_context/exceptions.rb
rdf_context-0.4.6 lib/rdf_context/exceptions.rb
rdf_context-0.4.5 lib/rdf_context/exceptions.rb
rdf_context-0.4.4 lib/rdf_context/exceptions.rb
rdf_context-0.4.3 lib/rdf_context/exceptions.rb
rdf_context-0.4.2 lib/rdf_context/exceptions.rb