class Commands::Track::CredentialsError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/commands/track/errors.rb, line 26 def initialize super "Authorisation failed. Check the fork you're targeting and the credentials in your .netrc" end