Sha256: 89329f2602d5db7822fa753dafe06dd1b4805cc2b8f77b41bac657fff36877e1
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
module IndieWeb module Endpoints class Error < StandardError; end class ArgumentError < Error; end class HttpError < Error; end class InvalidURIError < Error; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
indieweb-endpoints-6.1.0 | lib/indieweb/endpoints/exceptions.rb |
indieweb-endpoints-6.0.0 | lib/indieweb/endpoints/exceptions.rb |