class NexusCli::UserNotFoundException
def initialize(id)
def initialize(id) @id = id end
def message
def message "A user with the ID of #{@id} could not be found. Please ensure it exists." end
def initialize(id) @id = id end
def message "A user with the ID of #{@id} could not be found. Please ensure it exists." end