mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Improve error message for people trying to log in to the Patrons Circle
This commit is contained in:
parent
95d1b9e02e
commit
cf5f488cae
9 changed files with 104 additions and 11 deletions
7
lib/Enums/ExceptionMessageType.php
Normal file
7
lib/Enums/ExceptionMessageType.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum ExceptionMessageType{
|
||||
case Html;
|
||||
case Text;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue