Skip to content

Commit dca3ba8

Browse files
committed
Suppress CA1064: Exceptions should be public
1 parent 9597b20 commit dca3ba8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable CA1064 // Exceptions should be public
2+
13
namespace JsonApiDotNetCore.OpenApi.Client.NSwag;
24

35
internal sealed class UnreachableCodeException() : Exception("This code should not be reachable.");
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable CA1064 // Exceptions should be public
2+
13
namespace JsonApiDotNetCore.OpenApi.Swashbuckle;
24

35
internal sealed class UnreachableCodeException() : Exception("This code should not be reachable.");

0 commit comments

Comments
 (0)