co-maps/tools/python/mwm/exceptions.py
2025-11-22 13:58:55 +01:00

6 lines
90 B
Python

class MwmError(Exception):
pass
class FeaturesSectionParseError(MwmError):
pass