Exception: GitHub::API::HTTPNotFoundError Private
- 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.
Error when the requested URL is not found.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(github_message) ⇒ HTTPNotFoundError
constructor
private
A new instance of HTTPNotFoundError.
Constructor Details
#initialize(github_message) ⇒ HTTPNotFoundError
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.
Returns a new instance of HTTPNotFoundError.
40 41 42 43 |
# File 'brew/Library/Homebrew/utils/github/api.rb', line 40 def initialize() @github_message = super end |