friendlysam.opt.ConstraintError

exception friendlysam.opt.ConstraintError(*args, constraint=None, **kwargs)

Raised when there is something wrong with a Constraint.

Parameters:
  • constraint (optional) – The constraint that caused the problem.
  • *args – Passed on to parent exception constructor.
  • **kwargs – Passed on to parent exception constructor.