Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Better [ErrorHandler] #5853

Merged
merged 14 commits into from
Mar 29, 2025
Prev Previous commit
Next Next commit
return nothing
  • Loading branch information
sqlerrorthing committed Mar 9, 2025
commit 40358be7defa453ea799f6f73bd4eb310cfe268b
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ class ErrorHandler private constructor(
quickFix: QuickFix? = null,
needToReport: Boolean = true,
additionalMessage: String? = null,
) {
): Nothing {
val finalQuickFix = if (error is ClientError && quickFix == null) {
error.quickFix
} else {
Loading