Exception: GitHub::Exceptions::UserNotFoundException
- Inherits:
-
StandardError
- Object
- StandardError
- GitHub::Exceptions::UserNotFoundException
- Defined in:
- lib/github/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(user) ⇒ UserNotFoundException
constructor
A new instance of UserNotFoundException.
Constructor Details
#initialize(user) ⇒ UserNotFoundException
Returns a new instance of UserNotFoundException.
5 6 7 |
# File 'lib/github/exceptions.rb', line 5 def initialize(user) = "The user, #{user}, could not be found." end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/github/exceptions.rb', line 4 def end |