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:
@@ -1,9 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net10.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ public class ForbiddenException(string message) : Exception(message);
|
|||||||
/// Exception thrown when business rule validation fails (distinct from FluentValidation).
|
/// Exception thrown when business rule validation fails (distinct from FluentValidation).
|
||||||
/// Maps to HTTP 400 Bad Request.
|
/// Maps to HTTP 400 Bad Request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ValidationException(string message) : Exception(message);
|
public class ValidationException(string message) : Exception(message);
|
||||||
|
|||||||
Reference in New Issue
Block a user