Files
wyczarujprezent.pl/modules/jxheaderaccount/libs/vk/VKException.php
2024-10-28 22:14:22 +01:00

13 lines
221 B
PHP

<?php
/**
* The exception class for VK library.
* @author Vlad Pronsky <vladkens@yandex.ru>
* @license https://raw.github.com/vladkens/VK/master/LICENSE MIT
*/
namespace VK;
class VKException extends \Exception
{
}