Added support for poll tokens

This commit is contained in:
2021-03-27 09:33:31 +00:00
parent 01b6b0bf8d
commit e639234a95
5 changed files with 66 additions and 10 deletions

View File

@ -0,0 +1,7 @@
<?php
namespace APnutI\Exceptions;
class PollAccessRestrictedException extends \Exception
{
}