lib/gatecoin/exceptions.rb in gatecoin-0.2.0 vs lib/gatecoin/exceptions.rb in gatecoin-0.3.0
- old
+ new
@@ -1,4 +1,5 @@
module Gatecoin
class CreateOrderException < RuntimeError; end
class CancelOrderException < RuntimeError; end
+ class WithdrawalException < RuntimeError; end
end