Init.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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 { }
|
||||
|
||||
Reference in New Issue
Block a user