class DaemonKit::DaemonNotFound

Raised when the daemon itself cannot be found.

Public Class Methods

new( file ) click to toggle source
Calls superclass method
# File lib/daemon_kit/exceptions.rb, line 11
def initialize( file )
  super "No daemon found at the path '#{file}'"
end