Sha256: 51ed68d535d7e438fe90b0bcb353b2bd12b35862ae932653cdeb795c3199e9aa

Contents?: true

Size: 200 Bytes

Versions: 8

Compression:

Stored size: 200 Bytes

Contents

module BitWallet
  class StandardError < ::StandardError; end
  class InsufficientFunds < StandardError; end
  class InvalidAmount < StandardError; end
  class InvalidAddress < StandardError; end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bit_wallet-0.7.6 lib/bit_wallet/errors.rb
bit_wallet-0.7.5 lib/bit_wallet/errors.rb
bit_wallet-0.7.3 lib/bit_wallet/errors.rb
bit_wallet-0.7.2 lib/bit_wallet/errors.rb
bit_wallet-0.7.1 lib/bit_wallet/errors.rb
bit_wallet-0.7.0 lib/bit_wallet/errors.rb
bit_wallet-0.6.1 lib/bit_wallet/errors.rb
bit_wallet-0.6.0 lib/bit_wallet/errors.rb