mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
6 lines
178 B
PHP
6 lines
178 B
PHP
<?
|
||
namespace Exceptions;
|
||
|
||
class InvalidNewsletterSubscriptionException extends SeException{
|
||
protected $message = 'We couldn’t find you in our newsletter subscribers list.';
|
||
}
|