Sha256: dd45c540e33c5a005ac9035e637664a5169c99e4649bff6fd3efbc6f2507318f
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module UrlScan class ResponseError < StandardError; end class AuthenticationError < ResponseError; end class NotFound < ResponseError; end class ProcessingError < ResponseError; end class RateLimited < ResponseError; end class InternalServerError < ResponseError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
urlscan-0.1.1 | lib/urlscan/exceptions.rb |
urlscan-0.1.0 | lib/urlscan/exceptions.rb |