php
php copied to clipboard
Support extra throwable info as array
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