errors2
errors2
¶
Module contains exceptions raised by rendering backends.
Renderer2Error
¶
SvgRenderer2Error
¶
Bases: Renderer2Error
Error raised by SVG rendering backend.
DRAWSVGNotAvailableError
¶
Bases: SvgRenderer2Error
Raised when drawsvg
can't be imported, probably because it was not installed.
You can install it with pip install pygerber[svg]
.