Auto3D.exceptions.Auto3DError

exception Auto3D.exceptions.Auto3DError

Bases: Exception

Base exception for all Auto3D errors.

All Auto3D-specific exceptions inherit from this class, allowing users to catch all Auto3D errors with a single except clause if desired.