dotar/vim/snippets/python/class/exception.snippet
2011-11-17 16:00:49 -06:00

2 lines
47 B
Plaintext
Executable File

class ${1:ExceptionName}(${2:Exception}): pass