Sha256: f3873c6d784562e7b37973c7ae03eb98c6e65528938475f648e77008ef49d9d3
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
module CryptoconditionsRuby module Exceptions class ParsingError < StandardError; end class UnsupportedTypeError < StandardError; end class ValidationError < StandardError; end class UnknownEncodingError < StandardError; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cryptoconditions_ruby-0.5.2 | lib/cryptoconditions_ruby/exceptions.rb |
cryptoconditions_ruby-0.5.1 | lib/cryptoconditions_ruby/exceptions.rb |