nvim/snippets/python.snippets
2025-10-08 14:31:08 +02:00

2 lines
57 B
Text

snippet exception Exception statement
Exception(f"$1")