Sha256: 70d0679a660f1670263c47ad034603230edb5e2144adad8f6de5854040571c08

Contents?: true

Size: 416 Bytes

Versions: 5

Compression:

Stored size: 416 Bytes

Contents

module RdfaParser
  class RdfException < RuntimeError; end
  class ParserException < RdfException; end
  class GraphException < RdfException; end
  class TypeError < RdfException; end
  class AboutEachException < ParserException; end
  class UriRelativeException < RdfException; end
  class InvalidPredicate < RdfException; end
  class InvalidSubject < RdfException; end
  class InvalidObject < RdfException; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rdfa_parser-0.1.5 lib/rdfa_parser/exceptions.rb
rdfa_parser-0.1.3 lib/rdfa_parser/exceptions.rb
rdfa_parser-0.1.2 lib/rdfa_parser/exceptions.rb
rdfa_parser-0.1.1 lib/rdfa_parser/exceptions.rb
rdfa_parser-0.1.0 lib/rdfa_parser/exceptions.rb