Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
web net core: published LogifyHttpException class
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Jan 18, 2019
1 parent 5c31028 commit a551db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Logify.Alert.NetCore.Web/Middleware.cs
Expand Up @@ -54,7 +54,7 @@ internal class LogifyAlertMiddleware {
}
}

class LogifyHttpException : Exception {
public class LogifyHttpException : Exception {
readonly int httpStatusCode;

[IgnoreCallTracking]
Expand Down

0 comments on commit a551db9

Please sign in to comment.