Exception: GitHub::API::Error Private
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- GitHub::API::Error
- Defined in:
- brew/Library/Homebrew/utils/github/api.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Generic API error.
Direct Known Subclasses
AuthenticationFailedError, HTTPNotFoundError, MissingAuthenticationError, RateLimitExceededError, ValidationFailedError
Instance Attribute Summary collapse
-
#github_message ⇒ Object
readonly
private
Instance Attribute Details
#github_message ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
35 36 37 |
# File 'brew/Library/Homebrew/utils/github/api.rb', line 35 def @github_message end |