phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Store exception object when external exception given, closes #76 #77

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

It is required to preserve PHP external exception been properly set on V8 exception object when it thrown to PHP. See issue #76 for details.