lib/mtgox/error.rb in mtgox-0.9.1 vs lib/mtgox/error.rb in mtgox-1.0.0
- old
+ new
@@ -2,7 +2,8 @@
# Custom error class for rescuing from all MtGox errors
class Error < StandardError; end
class MysqlError < Error; end
class UnauthorizedError < Error; end
class FilthyRichError < Error; end
+ class OrderNotFoundError < Error; end
end