Sha256: 93d1bfbbf5ecf4d8df870307d6825423af3cf48032e90b5875717d5f653474ff
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
module CryptocoinPayable class ApiError < StandardError; end class ApiLimitReached < ApiError; end class ConfigError < StandardError; end class MissingMasterPublicKey < ConfigError; end class NetworkNotSupported < ConfigError; end end
Version data entries
11 entries across 11 versions & 1 rubygems