Skip to content

Commit 9e120af

Browse files
ExceptionExtensions
1 parent a1a30b1 commit 9e120af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LightWeight/ExceptionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public static class ExceptionExtensions
44
{
5-
public static string FormatException(this Exception exception, bool includeTrace = true)
5+
public static string Format(this Exception exception, bool includeTrace = true)
66
{
77
try
88
{

0 commit comments

Comments
 (0)