mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 17:22:21 +00:00
7 lines
205 B
C#
7 lines
205 B
C#
namespace Application.Errors;
|
|
|
|
public static class GeneralErrors
|
|
{
|
|
public static readonly Error DatabaseError =
|
|
new("Error.DatabaseError", "An error occurred when saving to the database");
|
|
} |