web/lib/Exceptions/PollClosedException.php
2023-07-14 09:36:10 -05:00

6 lines
144 B
PHP

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