Advertisement
puggan

trace_previus_error

May 28th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. array_map(function($a) { $a += ['file' => '-', 'line' => '-', 'class' => '', 'type' => ' ', 'function' => '@ ']; return $a['file'] . ':' . $a['line'] . ' @ ' . $a['class'] . $a['type'] . $a['function']; }, $e->getPrevious()->getTrace())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement