CakeFest 2024: The Official CakePHP Conference

V8Js::getPendingException

(PECL v8js >= 0.1.0)

V8Js::getPendingExceptionキャッチされなかった JavaScript 例外の中で未処理のものを返す

説明

public V8Js::getPendingException(): V8JsException

V8Js::executeString() をコールしたときに発生した JavaScript の例外の中で未処理のものを V8JsException で返します。

パラメータ

この関数にはパラメータはありません。

戻り値

V8JsException あるいは null を返します。

add a note

User Contributed Notes

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