class NexusCli::BadSettingsException
def initialize(body)
def initialize(body) @server_response = JSON.pretty_generate(JSON.parse(body)) end
def message
def message %{Your global_settings.json file is malformed and could not be uploaded to Nexus. output from the server was: erver_response}} end