Sha256: 2148bf07d5a272c8b691a54069dddf1bad6f6774f6cb0913ea55761db1e297ec
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
module ApiAuth # :nodoc: class ApiAuthError < StandardError; end # Raised when the HTTP request object passed is not supported class UnknownHTTPRequest < ApiAuthError; end # Raised when the client request digest is not the same as the server class InvalidRequestDigest < ApiAuthError; end end
Version data entries
11 entries across 11 versions & 1 rubygems