mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Refactor HttpInput::Str and rename some exceptions for consistency
This commit is contained in:
parent
2b5f4f55a2
commit
ca3fc6dbfd
54 changed files with 163 additions and 159 deletions
6
lib/Exceptions/PollNotFoundException.php
Normal file
6
lib/Exceptions/PollNotFoundException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class PollNotFoundException extends AppException{
|
||||
protected $message = 'We couldn’t locate that poll.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue