class SpinRewriter::AuthenticationError

Raised when authentication error occurs.

Public Instance Methods

message() click to toggle source
# File lib/spin_rewriter/errors.rb, line 17
def message
  'Authentication with Spin Rewriter API failed.'
end