ft3.core.exc module

Core exceptions.

exception BasePackageException(msg: str, *args: Unpack[ArgsType])

Bases: BaseException, Generic[Unpack[ArgsType]]

Exception common to the entire package.

Automatically handles serialization.