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 c2e3f72 commit 78c4515Copy full SHA for 78c4515
libraries/src/AWS.Lambda.Powertools.Logging/Internal/ExceptionConverter.cs
@@ -23,7 +23,7 @@ namespace AWS.Lambda.Powertools.Logging.Internal;
23
/// <summary>
24
/// Converts an exception to JSON.
25
/// </summary>
26
-public class ExceptionConverter : JsonConverter<Exception>
+internal class ExceptionConverter : JsonConverter<Exception>
27
{
28
29
/// Determines whether the type can be converted.
0 commit comments