This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/tools/python/mwm/exceptions.py

6 lines
90 B
Python

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