lib/mtgox/error.rb in mtgox-0.8.2 vs lib/mtgox/error.rb in mtgox-0.9.0
- old
+ new
@@ -1,7 +1,8 @@
module MtGox
# 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
end