Searched defs:ConstraintViolationError (Results 1 – 2 of 2) sorted by relevance
819 type ConstraintViolationError struct{} struct821 func (ConstraintViolationError) Error() string {
188 class ConstraintViolationError(RuntimeError): class