mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
6 lines
151 B
PHP
6 lines
151 B
PHP
<?
|
||
namespace Exceptions;
|
||
|
||
class InvalidPatronException extends SeException{
|
||
protected $message = 'We couldn’t locate you in the Patrons Circle.';
|
||
}
|