Improve error message for people trying to log in to the Patrons Circle

This commit is contained in:
Alex Cabal 2024-12-13 10:10:07 -06:00
parent 95d1b9e02e
commit cf5f488cae
9 changed files with 104 additions and 11 deletions

View file

@ -0,0 +1,7 @@
<?
namespace Enums;
enum ExceptionMessageType{
case Html;
case Text;
}