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