openvk/VKAPI/Exceptions/APIErrorException.php
2020-08-12 11:39:06 +00:00

5 lines
113 B
PHP

<?php declare(strict_types=1);
namespace openvk\VKAPI\Exceptions;
class APIErrorException extends \Exception
{}