# File lib/daemon_kit/exceptions.rb, line 11
    def initialize( file )
      super "No daemon found at the path '#{file}'"
    end