mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-16 17:47:22 +00:00
Format ./web/backend/Domain/Domain.Exceptions
This commit is contained in:
@@ -30,4 +30,4 @@ public class ForbiddenException(string message) : Exception(message);
|
||||
/// Exception thrown when business rule validation fails (distinct from FluentValidation).
|
||||
/// Maps to HTTP 400 Bad Request.
|
||||
/// </summary>
|
||||
public class ValidationException(string message) : Exception(message);
|
||||
public class ValidationException(string message) : Exception(message);
|
||||
|
||||
Reference in New Issue
Block a user