mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
5 lines
113 B
PHP
5 lines
113 B
PHP
<?php declare(strict_types=1);
|
|
namespace openvk\VKAPI\Exceptions;
|
|
|
|
class APIErrorException extends \Exception
|
|
{}
|