Skip to content

Commit 8119947

Browse files
committed
Update core.stub
1 parent bec39e5 commit 8119947

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/core.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): boo
338338
*/
339339
function set_error_handler(?callable $callback, int $error_levels = E_ALL): ?callable {}
340340

341+
/**
342+
* @param-later-invoked-callable $callback
343+
*/
344+
function set_exception_handler(?callable $callback): ?callable {}
345+
341346
/**
342347
* @param-later-invoked-callable $callback
343348
*/

0 commit comments

Comments
 (0)