rspec/rules/S5713/compliant.adoc
2022-02-04 16:28:24 +00:00

10 lines
122 B
Plaintext

== Compliant Solution
[source,text]
----
try:
raise NotImplementedError()
except RuntimeError:
print("Foo")
----