Exception: Ace::Review::Errors::GhAuthenticationError
- Defined in:
- lib/ace/review/errors.rb
Overview
Raised when user is not authenticated with GitHub
Instance Method Summary collapse
-
#initialize ⇒ GhAuthenticationError
constructor
A new instance of GhAuthenticationError.
Constructor Details
#initialize ⇒ GhAuthenticationError
Returns a new instance of GhAuthenticationError.
50 51 52 53 54 55 56 |
# File 'lib/ace/review/errors.rb', line 50 def initialize = "GitHub authentication required.\n" += "Run 'gh auth login' to authenticate with GitHub.\n" += "Check status: gh auth status" super() end |