Sha256: b73b70b1f46b6b30a1ff03fa293d20e65cdce7779550c361630822520608abd3
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module IndieWeb module Endpoints class Error < StandardError; end class ArgumentError < Error; end class ConnectionError < Error; end class InvalidURIError < Error; end class TimeoutError < Error; end class TooManyRedirectsError < Error; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
indieweb-endpoints-0.3.0 | lib/indieweb/endpoints/exceptions.rb |
indieweb-endpoints-0.2.0 | lib/indieweb/endpoints/exceptions.rb |