Exception: NexusCli::CouldNotConnectToNexusException

Inherits:
NexusCliError
  • Object
show all
Defined in:
lib/nexus_cli/errors.rb

Instance Method Summary collapse

Methods inherited from NexusCliError

status_code

Instance Method Details

#messageObject



52
53
54
# File 'lib/nexus_cli/errors.rb', line 52

def message
  "Could not connect to Nexus. Please ensure the url you are using is reachable."
end