Sha256: 2b914838b736a04ea1f1dea5488402dfa1fc31d16daaffe606e177c68b17e1e6
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
module EgeParser class AuthError < StandardError; end class ParserError < StandardError; end class BadDataError < StandardError; end class ServiceError < StandardError; end class CaptchaError < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ege_parser-1.0.0 | lib/error.rb |