1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00
SpaceVim/bundle/deoplete.nvim/rplugin/python3/deoplete/exceptions.py

7 lines
174 B
Python
Raw Normal View History

2020-06-18 23:07:37 +08:00
class SourceInitError(Exception):
"""Error during source initialization.
This can be used to have a clearer message, where not traceback gets
displayed.
"""