lib/bit_wallet/errors.rb in bit_wallet-0.5.0 vs lib/bit_wallet/errors.rb in bit_wallet-0.6.0
- old
+ new
@@ -1,5 +1,6 @@
module BitWallet
class StandardError < ::StandardError; end
class InsufficientFunds < StandardError; end
class InvalidAmount < StandardError; end
+ class InvalidAddress < StandardError; end
end