Sha256: 0f0305bd62848df434049ca3892e183be2d4f3ac4cfcb7707cfae5f710664f65
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ege_parser-1.1.2 | lib/error.rb |
ege_parser-1.1.1 | lib/error.rb |
ege_parser-1.1.0 | lib/error.rb |