mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Convert newsletter to use Users table as base
This commit is contained in:
parent
b48a788430
commit
011cd747f1
34 changed files with 444 additions and 307 deletions
6
lib/Exceptions/NewsletterSubscriptionExistsException.php
Normal file
6
lib/Exceptions/NewsletterSubscriptionExistsException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class NewsletterSubscriptionExistsException extends SeException{
|
||||
protected $message = 'You’re already subscribed to the newsletter.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue