Exceptions for valid but unsupported equations.
| 17 | pass |
| 18 | |
| 19 | class UnsupportedEquationError(Exception): |
| 20 | """Exceptions for valid but unsupported equations.""" |
| 21 | pass |
| 22 | |
| 23 | class UndefinedParityError(Exception): |
| 24 | """Exceptions for data/operations with undefined parity.""" |
no outgoing calls
no test coverage detected