Source code for handwriting_features.features.exceptions.mapping
[docs]
class FeatureNameNotInMappingError(Exception):
"""Raised when a feature name is not in the feature mapping"""
pass
[docs]
class FeatureNameNotInMappingError(Exception):
"""Raised when a feature name is not in the feature mapping"""
pass