mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Rename Vote object to PollVote
This commit is contained in:
parent
8168a125d0
commit
4efc5dcdaf
12 changed files with 41 additions and 30 deletions
6
lib/Exceptions/InvalidPollVoteException.php
Normal file
6
lib/Exceptions/InvalidPollVoteException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidPollVoteException extends SeException{
|
||||
protected $message = 'We couldn’t locate that vote.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue