mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
7 lines
174 B
Python
Vendored
7 lines
174 B
Python
Vendored
class SourceInitError(Exception):
|
|
"""Error during source initialization.
|
|
|
|
This can be used to have a clearer message, where not traceback gets
|
|
displayed.
|
|
"""
|