game/vk/VKException.php

13 lines
226 B
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?php
/**
* The exception class for VK library.
* @author Vlad Pronsky <vladkens@yandex.ru>
* @license httpss://raw.github.com/vladkens/VK/master/LICENSE MIT
*/
namespace VK;
class VKException extends \Exception { }