vpype_gscrib.excepts

Top-level plugin exceptions and error handling.

This module defines a collection of exceptions to handle errors related to G-code processing and generation.

exception vpype_gscrib.excepts.FileLoadError

Bases: VpypeGscribError

Exception raised when a file cannot be loaded.

exception vpype_gscrib.excepts.ImageLoadError

Bases: VpypeGscribError

Exception raised when an image file cannot be loaded.

exception vpype_gscrib.excepts.VpypeGscribError

Bases: Exception

Base exception for all vpype-gscrib specific errors.