public JScriptExceptionEventArgs(JsException exception, MinifierError error)
 {
     Error = error;
     Exception = exception;
 }
 internal CssErrorEventArgs(CssException exc, MinifierError error)
 {
     Error = error;
     Exception = exc;
 }