mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add newsletter management functionality
This commit is contained in:
parent
90ee0a93c9
commit
b0197d189a
57 changed files with 1017 additions and 143 deletions
6
lib/Exceptions/InvalidCredentialsException.php
Normal file
6
lib/Exceptions/InvalidCredentialsException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidCredentialsException extends SeException{
|
||||
protected $message = 'Invalid credentials.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue