class MathStreamError(Exception): """Base class for mathstream-specific errors.""" class DivideByZeroError(MathStreamError): """Raised when division or modulo operations encounter a zero divisor."""