Files
2016-10-11 18:32:23 +03:00

5 lines
69 B
PHP

<?php
function whoops_add_stack_frame($callback){
$callback();
}