web/lib/Exceptions/PollClosedException.php
2022-06-29 17:17:20 -05:00

6 lines
143 B
PHP

<?
namespace Exceptions;
class PollClosedException extends SeException{
protected $message = 'This poll is not open to voting right now.';
}