kigadgets.exceptions

Module Contents

Functions

put_import_warning_on_kicad()

Legacy scripts may attempt to import "kicad"

deprecate_member(old, new[, deadline])

Attributes

deprecate_warn_fun

exception kigadgets.exceptions.NoDefaultUnits(value)

Bases: Exception

Inheritance diagram of kigadgets.exceptions.NoDefaultUnits

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')