mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
More type hinting
This commit is contained in:
parent
cb79832092
commit
1c3640fab6
6 changed files with 56 additions and 29 deletions
6
lib/Exceptions/InvalidLoginException.php
Normal file
6
lib/Exceptions/InvalidLoginException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidLoginException extends AppException{
|
||||
protected $message = 'We couldn’t validate your login information.';
|
||||
}
|
|
@ -2,5 +2,5 @@
|
|||
namespace Exceptions;
|
||||
|
||||
class InvalidUserException extends AppException{
|
||||
protected $message = 'We couldn’t validate your login information.';
|
||||
protected $message = 'We couldn’t locate that user.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue