VKException constructor

VKException(
  1. Json object
)

Implementation

VKException(this.object)
    : super('VKException', object['error_code'], object['error_msg']);