mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 03:38:51 +02:00
This updates compare-locales to 8.0. The major version bump is due to the changes to the json output. This also updates fluent.syntax to 0.17. Vendor in fluent.migrate 0.9. This is the first formal vendoring, the version we had in-tree wasn't released on pypi before. Differential Revision: https://phabricator.services.mozilla.com/D75127
22 lines
313 B
Python
22 lines
313 B
Python
class SkipTransform(RuntimeError):
|
|
pass
|
|
|
|
|
|
class MigrationError(ValueError):
|
|
pass
|
|
|
|
|
|
class EmptyLocalizationError(MigrationError):
|
|
pass
|
|
|
|
|
|
class NotSupportedError(MigrationError):
|
|
pass
|
|
|
|
|
|
class UnreadableReferenceError(MigrationError):
|
|
pass
|
|
|
|
|
|
class InvalidTransformError(MigrationError):
|
|
pass
|