Source code for rtcog.utils.exceptions

[docs] class VolumeOverflowError(Exception): """Raised when the scanner sends more volumes than expected.""" pass