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): |