Skip to content

Commit

Permalink
remove unused exception constant
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Sep 3, 2024
1 parent 2eb10b9 commit 55d9923
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ public class ExceptionConstants {
public static ExceptionDataWrapper GETREFERENDUMVORLAGEN_PARAMETER_UNVOLLSTAENDIG = new ExceptionDataWrapper("308",
"getReferendumvorlagen: Suchkriterien unvollständig.");

public static ExceptionDataWrapper WAHL_SPEICHERN_FEHLGESCHLAGEN = new ExceptionDataWrapper("351",
"postUngueltigeWahl: Das Speichern der Wahl ist fehlgeschlagen");

public static ExceptionDataWrapper CODE_GETWAHLEN_PARAMETER_UNVOLLSTAENDIG = new ExceptionDataWrapper("314",
"getWahlen: Der Wahltag zu den gesuchten Wahlen existiert nicht.");
public static ExceptionDataWrapper CODE_POSTWAHLEN_PARAMETER_UNVOLLSTAENDIG = new ExceptionDataWrapper("317",
Expand Down

0 comments on commit 55d9923

Please sign in to comment.