Exception: GerminateGist::GithubConfigError

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

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=MESSAGE)
  super
end