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

@ -2,4 +2,5 @@
namespace Exceptions;
class AppException extends \Exception{
public \Enums\ExceptionMessageType $MessageType = \Enums\ExceptionMessageType::Text;
}