Skip to content

Commit 78c4515

Browse files
committed
make ExceptionConvertor internal
1 parent c2e3f72 commit 78c4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/AWS.Lambda.Powertools.Logging/Internal/ExceptionConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace AWS.Lambda.Powertools.Logging.Internal;
2323
/// <summary>
2424
/// Converts an exception to JSON.
2525
/// </summary>
26-
public class ExceptionConverter : JsonConverter<Exception>
26+
internal class ExceptionConverter : JsonConverter<Exception>
2727
{
2828
/// <summary>
2929
/// Determines whether the type can be converted.

0 commit comments

Comments
 (0)