Skip to content

Commit

Permalink
Update IkvmTaskMessageException.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Haltom <[email protected]>
  • Loading branch information
wasabii authored Aug 7, 2023
1 parent 480a405 commit 8eded8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/IKVM.MSBuild.Tasks/IkvmTaskMessageException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using System.Runtime.Serialization;

using IKVM.MSBuild.Tasks.Resources;

Expand All @@ -8,6 +9,7 @@ namespace IKVM.MSBuild.Tasks
/// <summary>
/// IKVM task exception with error message.
/// </summary>
[Serializable]
class IkvmTaskMessageException : IkvmTaskException
{

Expand Down Expand Up @@ -52,4 +54,4 @@ public IkvmTaskMessageException(Exception innerException, string messageResource

}

}
}

0 comments on commit 8eded8f

Please sign in to comment.