Sha256: 05ac08ba6d27eb64b08fc12c7048c473c02f643db7a7eba9593872afcbd5f54d
Contents?: true
Size: 455 Bytes
Versions: 10
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true module Pwned ## # A base error for HTTP request errors that may be thrown when making requests # to the Pwned Passwords API. # # @see Pwned::Password#pwned? # @see Pwned::Password#pwned_count class Error < StandardError end ## # An error to represent when the Pwned Passwords API times out. # # @see Pwned::Password#pwned? # @see Pwned::Password#pwned_count class TimeoutError < Error end end
Version data entries
10 entries across 10 versions & 1 rubygems