xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

Support extra throwable info as array #91

Open rodber opened 2 months ago

rodber commented 2 months ago

throwableHandler() accepts an $extra argument for append data. This should be an array to enable to pass multiple sections with extra data.

Ref: https://github.com/chevere/throwable-handler/issues/15