Sha256: a7ef4bc58e14eff05e8b61bacf9246e021fa3c6b1faa31684c0f5ab047e8c4b0
Contents?: true
Size: 216 Bytes
Versions: 50
Compression:
Stored size: 216 Bytes
Contents
require 'actv/error/client_error' module ACTV class Error # Raised when Active returns the HTTP status code 401 class Unauthorized < ACTV::Error::ClientError HTTP_STATUS_CODE = 401 end end end
Version data entries
50 entries across 50 versions & 1 rubygems