openvk/VKAPI/Exceptions/APIErrorException.php

6 lines
113 B
PHP
Raw Normal View History

2020-08-12 14:36:18 +03:00
<?php declare(strict_types=1);
namespace openvk\VKAPI\Exceptions;
class APIErrorException extends \Exception
{}