# File lib/daemon_kit/error_handlers/base.rb, line 27
      def handle_exception( exception )
        raise NoMethodError, "Error handler doesn't support #handle_exception"
      end