Skip to content

Commit

Permalink
异常处理修改所用的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed Aug 5, 2019
1 parent a723475 commit 4f05d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private function registerErrorHandler() {
$handle->addTraceToOutput(false);
$handle->addPreviousToOutput(false);
}
$processer->pushHandler($handle);
$processer->prependHandler($handle);
$processer->register();
}

Expand Down

0 comments on commit 4f05d93

Please sign in to comment.