There was a problem with a provided density value.
| 68 | """Base-class for all exceptions raised by this module.""" |
| 69 | |
| 70 | class InvalidDensityError(Error): |
| 71 | """There was a problem with a provided density value.""" |
| 72 | |
| 73 | class InvalidVolumeError(Error): |
| 74 | """There was a problem with the provided weight value.""" |
no outgoing calls
no test coverage detected