Exception: DaemonKit::DaemonNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/daemon_kit/exceptions.rb

Overview

Raised when the daemon itself cannot be found.

Instance Method Summary collapse

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