# File lib_ctrl/rucy/monitor.rb, line 21
    def initialize(exception, mod_path, timestamp=Time.now)
      super(exception, timestamp)
      @mod_path = mod_path
    end