Class: Commands::Track::CredentialsError

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/commands/track/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeCredentialsError

Returns a new instance of CredentialsError.



26
27
28
# 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