dotfiles/vim/plugins/deoplete.nvim/rplugin/python3/deoplete/exceptions.py

7 lines
174 B
Python
Raw Normal View History

2018-04-05 13:06:54 +02:00
class SourceInitError(Exception):
"""Error during source initialization.
This can be used to have a clearer message, where not traceback gets
displayed.
"""