/// <summary>
 /// Initializes a new instance of the <see cref="DocumentThrownExceptionBulbItem"/> class.
 /// </summary>
 /// <param name="warning">
 /// The suggestion.
 /// </param>
 public DocumentThrownExceptionBulbItem(DocumentThrownExceptionWarning warning)
 {
     this.warning = warning;
 }
 /// <summary>Initializes a new instance of the <see cref="DocumentThrownExceptionQuickFix"/> class.</summary>
 /// <param name="warning">The suggestion.</param>
 public DocumentThrownExceptionQuickFix(DocumentThrownExceptionWarning warning)
 {
     this.warning = warning;
 }