Skip to content

Commit b703dee

Browse files
committed
Revert ErrorHandler update
1 parent 5af976a commit b703dee

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/ErrorHandler/ErrorHandler.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,16 +194,6 @@ public function handleError($errType, $errMsg, $file, $line, $vars = array())
194194
{
195195
$error = $this->cfg['errorFactory']($this, $errType, $errMsg, $file, $line, $vars);
196196
$this->data['uncaughtException'] = null;
197-
if (true) {
198-
\var_dump(array(
199-
// 'type' => \sprintf('%s (%d)', $error['typeStr'], $error['type']),
200-
'errMsg' => $error['message'],
201-
'file' => $error['file'],
202-
'line' => $error['line'],
203-
// 'evalLine' => $error['evalLine'],
204-
));
205-
// var_dump(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS));
206-
}
207197
$this->toStringCheck($error);
208198
if (!$this->isErrTypeHandled($errType)) {
209199
// not handled

0 commit comments

Comments
 (0)