class NexusCli::CreateRepsitoryException
def initialize(body)
def initialize(body) @server_response = JSON.pretty_generate(JSON.parse(body)) end
def message
def message %{Your create repository command failed due to the following: erver_response}} end