Exception: Kdeploy::HostNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/kdeploy/errors.rb

Overview

Raised when a host is not found

Instance Method Summary collapse

Constructor Details

#initialize(host_name) ⇒ HostNotFoundError

Returns a new instance of HostNotFoundError.



16
17
18
# File 'lib/kdeploy/errors.rb', line 16

def initialize(host_name)
  super("Host not found: #{host_name}")
end