mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Style tweaks for getters and add more type hinting
This commit is contained in:
parent
9e31ed1aac
commit
50efeb05d1
13 changed files with 87 additions and 84 deletions
|
@ -1,6 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidPatronException extends AppException{
|
||||
class PatronNotFoundException extends AppException{
|
||||
protected $message = 'We couldn’t locate you in the Patrons Circle.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue