Class: Commands::Track::CredentialsError
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Commands::Track::CredentialsError
- Defined in:
- lib/commands/track/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ CredentialsError
constructor
A new instance of CredentialsError.
Constructor Details
#initialize ⇒ CredentialsError
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 |