excludeIssueInFile(get_class($e), $e->getFileName())) { return false; } if ($config->stop_on_error) { throw new CodeException($e->getMessage()); } echo $e->getMessage() . PHP_EOL; return true; } }