We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4442ec commit 5376280Copy full SHA for 5376280
samples/Sample/Program.cs
@@ -29,7 +29,7 @@ public static void Main(string[] args)
29
30
try
31
{
32
- throw new Exception("Boom");
+ throw new Exception("Boom!");
33
}
34
catch (Exception ex)
35
0 commit comments