Sha256: cff044fb2371aa016dde489b73f9f61e487bd0e526da0495a3e612fa0c118379
Contents?: true
Size: 193 Bytes
Versions: 23
Compression:
Stored size: 193 Bytes
Contents
module ApiAuth # :nodoc: class ApiAuthError < StandardError; end # Raised when the HTTP request object passed is not supported class UnknownHTTPRequest < ApiAuthError; end end
Version data entries
23 entries across 23 versions & 2 rubygems