class NexusCli::UnexpectedStatusCodeException

def initialize(code)

def initialize(code)
  @code = code
end

def message

def  message
  "The server responded with a #{@code} status code which is unexpected. Please submit a bug."
end