CakeFest 2024: The Official CakePHP Conference

V8Js::getPendingException

(PECL v8js >= 0.1.0)

V8Js::getPendingExceptionRetourne l'exception Javascript non attrapée restante

Description

public V8Js::getPendingException(): V8JsException

Retourne toute exception Javascript non attrapée restante depuis un ou plusieurs appel(s) à la méthode V8Js::executeString(), sous forme de V8JsException.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Un objet V8JsException ou null.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top