Sha256: 090574f835163fe6a26f1922155b88ef9e778353dfb57844b2baa5159c0586ea

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

module KrakenClient
  class Exception < StandardError; end
  class ArgumentError < Exception; end
  class ErrorResponse < Exception; end
  class NotImplemented < Exception; end
  class MissingApiKeys < Exception; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kraken_client-1.3.0 lib/exceptions.rb
kraken_client-1.2.1 lib/exceptions.rb
kraken_client-1.2 lib/exceptions.rb