ExecuteException extends SystemException
Class ExecuteException Throw various errors occuring during vk-export
Table of Contents
Constants
- API_DESC_PAGE = 'https://new.vk.com/dev/errors'
Methods
- __construct() : mixed
- getFullMessage() : string
- Return formatted message for showing
Constants
API_DESC_PAGE
public
mixed
API_DESC_PAGE
= 'https://new.vk.com/dev/errors'
Methods
__construct()
public
__construct([mixed $message = "" ][, mixed $errCode = "" ][, mixed $method = "" ][, Exception $previous = NULL ]) : mixed
Parameters
- $message : mixed = ""
- $errCode : mixed = ""
- $method : mixed = ""
- $previous : Exception = NULL
getFullMessage()
Return formatted message for showing
public
getFullMessage() : string