Exception: DaemonKit::DaemonNotFound
- Defined in:
- lib/daemon_kit/exceptions.rb
Overview
Raised when the daemon itself cannot be found.
Instance Method Summary collapse
-
#initialize(file) ⇒ DaemonNotFound
constructor
A new instance of DaemonNotFound.
Constructor Details
#initialize(file) ⇒ DaemonNotFound
Returns a new instance of DaemonNotFound.
11 12 13 |
# File 'lib/daemon_kit/exceptions.rb', line 11 def initialize( file ) super "No daemon found at the path '#{file}'" end |