xrdebug/php

Add throwable handler

rodber opened this issue · 1 comments

Add a set_exception_handler callable to handle and send Throwable messages to the server.

registerXrThrowableHandler(bool $previous = true);
xrThrowableHandler(Throwable $e): void;

image

😘 With previous.