Skip to content

Commit 5376280

Browse files
committed
Updated exception message.
1 parent f4442ec commit 5376280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void Main(string[] args)
2929

3030
try
3131
{
32-
throw new Exception("Boom");
32+
throw new Exception("Boom!");
3333
}
3434
catch (Exception ex)
3535
{

0 commit comments

Comments
 (0)