Sha256: 8fe532b38aa9a1ad1e53ae638143f0966e40388102cf763dc8248a1e6adcc8e6

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

module ApiAuth

  # :nodoc:
  class ApiAuthError < StandardError; end

  # Raised when the request date is too far in the past (more than 15 minutes old)
  class RequestTooOld < ApiAuthError; end

  # Raised when the HTTP request object passed is not supported
  class UnknownHTTPRequest < ApiAuthError; end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bixby-auth-0.1.1 lib/api_auth/errors.rb
bixby-auth-0.1.0 lib/api_auth/errors.rb