Exception: FindGithubEmail::Errors::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/find_github_email/errors.rb

Constant Summary collapse

HELP_OUTPUT =
"\nFor help, run: `find_github_email --help`"

Instance Method Summary collapse

Constructor Details

#initialize(access_token: nil, username: nil) ⇒ Error

Returns a new instance of Error.



7
8
9
10
11
# File 'lib/find_github_email/errors.rb', line 7

def initialize(access_token: nil, username: nil)
  @access_token =  access_token
  @username = username
  super
end