lib/rdstation/error.rb in rdstation-ruby-client-2.4.0 vs lib/rdstation/error.rb in rdstation-ruby-client-2.5.0

- old
+ new

@@ -33,7 +33,8 @@ # 401 - Unauthorized class ExpiredAccessToken < Unauthorized; end class ExpiredCodeGrant < Unauthorized; end class InvalidCredentials < Unauthorized; end + class InvalidRefreshToken < Unauthorized; end end end