lib/rainforest/errors/authentication_error.rb in rainforest-1.0.7 vs lib/rainforest/errors/authentication_error.rb in rainforest-2.0.0
- old
+ new
@@ -1,4 +1,4 @@
module Rainforest
- class AuthenticationError < RainforestError
+ class AuthenticationError < ApiError
end
end