class KPM::NexusFacade::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." end
def initialize(code) @code = code end
def message "The server responded with a #{@code} status code which is unexpected." end