mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -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/PollVoteExistsException.php
Normal file
6
lib/Exceptions/PollVoteExistsException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class PollVoteExistsException extends SeException{
|
||||
protected $message = 'You’ve already voted in this poll.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue