class NexusCli::NexusHTTP404

def initialize(body)

def initialize(body)
  @server_response = body
end

def message

def message
  %{Your command failed and the server returned an error code. The output of the response was:
erver_response}}
end