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