Skip to content

errors

errors

Arithmetic expression token.

InvalidArithmeticExpressionError

Bases: TokenizerError

Raised when it's not possible to construct valid arithmetic expression.

Source code in src/pygerber/gerberx3/tokenizer/tokens/macro/expressions/errors.py
class InvalidArithmeticExpressionError(TokenizerError):
    """Raised when it's not possible to construct valid arithmetic expression."""