Sha256: c07057a376a14680e9eed3e4b8e28025fb61d3a944723b1fa83d691a70af06a4
Contents?: true
Size: 284 Bytes
Versions: 9
Compression:
Stored size: 284 Bytes
Contents
module Webmention module Endpoint 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
9 entries across 9 versions & 1 rubygems