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 66f9b5b commit dd146eeCopy full SHA for dd146ee
src/Genocs.WebApi/Exceptions/ExceptionResponse.cs
@@ -6,7 +6,7 @@ namespace Genocs.WebApi.Exceptions;
6
/// Represents an exception response.
7
/// </summary>
8
/// <param name="response">The response.</param>
9
-/// <param name="statusCode">The http statu code.</param>
+/// <param name="statusCode">The http status code.</param>
10
public class ExceptionResponse(object response, HttpStatusCode statusCode)
11
{
12
/// <summary>
0 commit comments