# File lib_ctrl/rucy/monitor.rb, line 130
    def capture_alias_error(exception, alias_path, orig_path, virtual_host)
      @alias_errors.push(AliasErrorSample.new(exception, alias_path, orig_path, virtual_host))
      nil
    end