Files
old-krovovi-kalkulator/helix/constants/seismic_anchor_validation_error.py
2017-11-07 09:23:57 +01:00

6 lines
139 B
Python

from enum import Enum
class SeismicAnchorValidationError(Enum):
TooFewAnchors = 'There are too few anchors in one or more subarrays'