mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add poll system for Patrons Circle
This commit is contained in:
parent
3555d53615
commit
2ef5ce6551
44 changed files with 717 additions and 98 deletions
6
lib/Exceptions/InvalidUserException.php
Normal file
6
lib/Exceptions/InvalidUserException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidUserException extends SeException{
|
||||
protected $message = 'We couldn’t locate you in our system.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue