Added polls and additional network functions
This commit is contained in:
7
src/Exceptions/NotSupportedPollException.php
Normal file
7
src/Exceptions/NotSupportedPollException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace APnutI\Exceptions;
|
||||
|
||||
class NotSupportedPollException extends Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user