Exception: FindGithubEmail::Errors::NoGithubUser

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

Constant Summary

Constants inherited from Error

Error::HELP_OUTPUT

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from FindGithubEmail::Errors::Error

Instance Method Details

#messageObject



29
30
31
32
# File 'lib/find_github_email/errors.rb', line 29

def message
  "Ooops, there is no GitHub user with username " \
    "#{@username} #{HELP_OUTPUT}"
end