class NexusCli::UserNotFoundException

def message

def message
  "A user with the ID of #{@id} could not be found. Please ensure it exists."
end