Sha256: dad3608675e48485c05700bcf50189c148d80a49e1298187c0bda14edb595782
Contents?: true
Size: 582 Bytes
Versions: 9
Compression:
Stored size: 582 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 # Raises exceptions related to Profile actions class ProfileError < StandardError; end end
Version data entries
9 entries across 9 versions & 1 rubygems