Exception: GitHub::API::Error Private
- Defined in:
- utils/github/api.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
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. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
43 44 45 |
# File 'utils/github/api.rb', line 43 def @github_message end |