Exemplo n.º 1
0
 /**
  * Convert error to Exception object
  *
  * @param array $error
  * @return VkException
  */
 protected function toException(array $error)
 {
     return Client::toException($error);
 }