mirror of
https://github.com/filp/whoops.git
synced 2026-08-20 13:31:21 +00:00
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
function whoops_add_stack_frame($callback){
|
|
$callback();
|
|
}
|