openvk/VKAPI/Exceptions/APIErrorException.php

7 lines
115 B
PHP

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