Sha256: b3e8bdcd04e715ea17936867db7dc9e88453b96d3baef3681e404615cdd56f00
Contents?: true
Size: 235 Bytes
Versions: 9
Compression:
Stored size: 235 Bytes
Contents
module Furoshiki # Exception raised when there was a problem downloading a resource class DownloadError < StandardError; end # Exception raised when a configuration is invalid class ConfigurationError < StandardError; end end
Version data entries
9 entries across 9 versions & 1 rubygems