eric6/ThirdParty/EditorConfig/editorconfig/exceptions.py

changeset 6996
7d5a103bdb76
parent 6942
2602857055c5
equal deleted inserted replaced
6992:e588261fc82d 6996:7d5a103bdb76
1 """EditorConfig exception classes 1 """EditorConfig exception classes
2 2
3 Licensed under PSF License (see LICENSE.txt file). 3 Licensed under Simplified BSD License (see LICENSE.BSD file).
4 4
5 """ 5 """
6 6
7 7
8 class EditorConfigError(Exception): 8 class EditorConfigError(Exception):

eric ide

mercurial