mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
7 lines
204 B
C#
7 lines
204 B
C#
namespace Application.Errors;
|
|
|
|
public static class RoleErrors
|
|
{
|
|
public static readonly Error NotFound = new("Error.Role.NotFound",
|
|
"The role with the specified identifier was not found");
|
|
} |