mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove PyStringExceptionInspection and PyWrapInExceptionQuickFix as no longer relevant for supported python versions
GitOrigin-RevId: 9718219e670d2fe0a8e7c710f9c789c9b8f25dd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8af780230
commit
1f898d43af
@@ -1,2 +0,0 @@
|
||||
def foo():
|
||||
raise <error descr="Raising a string exception">"String"<caret> "String1"</error>
|
||||
@@ -1,2 +0,0 @@
|
||||
def foo():
|
||||
raise Exception("String" "String1")
|
||||
@@ -1 +0,0 @@
|
||||
raise <error descr="Raising a string exception">"Some<caret> String"</error>
|
||||
@@ -1 +0,0 @@
|
||||
raise Exception("Some String")
|
||||
Reference in New Issue
Block a user