Added polls and additional network functions

This commit is contained in:
2021-03-09 07:27:10 +00:00
parent d651feb33d
commit ce35f3e036
4 changed files with 364 additions and 2 deletions

View File

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