Sha256: 35cca0f69cc59a5f4e6d5b1cb5df10909d588f9f3d702c80b5e3c84d4fb78b15

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
gkellogg-reddy-0.2.1 lib/reddy/exceptions.rb