Prado\Util\TRpcClientResponseException::__construct PHP Method

__construct() public method

public __construct ( $errorMessage, $errorCode = null )
    public function __construct($errorMessage, $errorCode = null)
    {
        $this->setErrorCode($errorCode);
        parent::__construct($errorMessage);
    }
TRpcClientResponseException