mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Add poll system for Patrons Circle
This commit is contained in:
parent
3555d53615
commit
2ef5ce6551
44 changed files with 717 additions and 98 deletions
6
lib/Exceptions/InvalidPollItemException.php
Normal file
6
lib/Exceptions/InvalidPollItemException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidPollItemException extends SeException{
|
||||
protected $message = 'We couldn’t locate that poll item.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue