This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Improve exceptions api
This release extends and clarify existent API and does not introduce any BC-breaking changes.
Changes list:
- Change
V8\Exception::*Error()
return type toV8\ObjectValue
as the only possible type; - Add external exception wiring option to
V8\Isolate::ThrowException()
.