Exception: GerminateGist::GithubConfigError
- Defined in:
- lib/germinate-gist/errors.rb
Constant Summary collapse
- MESSAGE =
<<END No global Github config found. See http://github.com/blog/180-local-github-config for how to set up your login and token. END
Instance Method Summary collapse
-
#initialize(message = MESSAGE) ⇒ GithubConfigError
constructor
A new instance of GithubConfigError.
Constructor Details
#initialize(message = MESSAGE) ⇒ GithubConfigError
Returns a new instance of GithubConfigError.
12 13 14 |
# File 'lib/germinate-gist/errors.rb', line 12 def initialize(=MESSAGE) super end |