class NexusCli::CreateUserException

def initialize(body)

def initialize(body)
  @server_response = JSON.pretty_generate(JSON.parse(body))
end