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