dotfiles/vim/plugins/deoplete.nvim/rplugin/python3/deoplete/exceptions.py
2018-04-05 13:06:54 +02:00

7 lines
174 B
Python

class SourceInitError(Exception):
"""Error during source initialization.
This can be used to have a clearer message, where not traceback gets
displayed.
"""