Source code for menpo.landmark.exceptions

class LabellingError(Exception):
[docs] """ Raised when labelling a landmark manager and the set of landmarks does not match the expected semantic layout. """ pass