Sha256: d27f4655a8a59386a3f2505d981c43b794274215b6022444d1be0335b7c64ee2
Contents?: true
Size: 193 Bytes
Versions: 26
Compression:
Stored size: 193 Bytes
Contents
module TheCityExceptions class UnableToConnectToTheCity < StandardError; end class UnknownErrorConnectingToTheCity < StandardError; end class TheCityResponseError < StandardError; end end
Version data entries
26 entries across 26 versions & 1 rubygems