Exception: Kdeploy::HostNotFoundError
- Defined in:
- lib/kdeploy/errors.rb
Overview
Raised when a host is not found
Instance Method Summary collapse
-
#initialize(host_name) ⇒ HostNotFoundError
constructor
A new instance of HostNotFoundError.
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 |