Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Vaughn committed Mar 23, 2016
1 parent b970484 commit d4bad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ protected function build_exception_trace_chain(Exception $exc, $extra_data = nul
*/
protected function build_exception_frames(Exception $exc) {
$frames = array();
$foo = $exc->getTrace();

foreach ($exc->getTrace() as $frame) {
$framedata = array(
'filename' => isset($frame['file']) ? $frame['file'] : '<internal>',
Expand Down

0 comments on commit d4bad68

Please sign in to comment.