Remove PyStringExceptionInspection and PyWrapInExceptionQuickFix as no longer relevant for supported python versions

GitOrigin-RevId: 9718219e670d2fe0a8e7c710f9c789c9b8f25dd9
This commit is contained in:
Semyon Proshev
2021-04-30 10:35:10 +00:00
committed by intellij-monorepo-bot
parent c8af780230
commit 1f898d43af
13 changed files with 0 additions and 168 deletions
@@ -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")