class GitHub::Exceptions::UserNotFoundException
Attributes
message[R]
Public Class Methods
new(user)
click to toggle source
# File lib/github/exceptions.rb, line 5 def initialize(user) @message = "The user, #{user}, could not be found." end