Exception: GitHub::API::Error Private

Inherits:
RuntimeError
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#github_messageObject (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.



44
45
46
# File 'utils/github/api.rb', line 44

def github_message
  @github_message
end