Sha256: dc8d9b0d1e70151cbe94710a75c844b373a43411672e6df33663d5c516d41b35
Contents?: true
Size: 178 Bytes
Versions: 4
Compression:
Stored size: 178 Bytes
Contents
module Saxy class ParsingError < ::StandardError attr_reader :context def initialize(message, context) @context = context super(message) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
saxy-0.7.1 | lib/saxy/parsing_error.rb |
saxy-0.7.0 | lib/saxy/parsing_error.rb |
saxy-0.6.1 | lib/saxy/parsing_error.rb |
saxy-0.6.0 | lib/saxy/parsing_error.rb |