Sha256: 45d44719c5bc47f75486d18c1beb73a89734617f872692dcd9c21cc433359ea1
Contents?: true
Size: 385 Bytes
Versions: 12
Compression:
Stored size: 385 Bytes
Contents
module IndieWeb module Endpoints class IndieWebEndpointsError < StandardError; end class ArgumentError < IndieWebEndpointsError; end class ConnectionError < IndieWebEndpointsError; end class InvalidURIError < IndieWebEndpointsError; end class TimeoutError < IndieWebEndpointsError; end class TooManyRedirectsError < IndieWebEndpointsError; end end end
Version data entries
12 entries across 12 versions & 1 rubygems