co-maps/tools/python/mwm/exceptions.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
90 B
Python
Raw Normal View History

2025-11-22 13:58:55 +01:00
class MwmError(Exception):
pass
class FeaturesSectionParseError(MwmError):
pass