kigadgets.exceptions¶
Module Contents¶
Functions¶
Legacy scripts may attempt to import "kicad" |
|
|
Attributes¶
- exception kigadgets.exceptions.NoDefaultUnits(value)¶
Bases:
Exception
Common base class for all non-exit exceptions.
- class args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- kigadgets.exceptions.put_import_warning_on_kicad()¶
Legacy scripts may attempt to import “kicad” Rather than ImportError, tell them about the rename
- kigadgets.exceptions.deprecate_warn_fun¶
- kigadgets.exceptions.deprecate_member(old, new, deadline='v0.5.0')¶