Sha256: 5af9ba2a016e16f7816305128389a64ca1649dba77c5f2e42b55cc64368ac590
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 Bytes
Contents
module Yoti # Raises exceptions related to Protobuf decoding class ProtobufError < StandardError; end # Raises exceptions related to API requests class RequestError < StandardError; end # Raises exceptions related to OpenSSL actions class SslError < StandardError; end # Raises exceptions realted to an incorrect gem configuration value class ConfigurationError < StandardError; end # Raises exceptions related to AML actions class AmlError < StandardError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoti-1.2.1 | lib/yoti/errors.rb |
yoti-1.2.0 | lib/yoti/errors.rb |