fqr.core.strings.exc module¶
Strings exceptions.
- exception StringCasingError(string: str, valid_case: camelCase | snake_case)¶
Bases:
BasePackageException[str,camelCase|snake_case]Exception raised on invalid string casing.
- exception BasePackageException(msg: str, *args: Unpack[ArgsType])¶
Bases:
BaseException,Generic[Unpack[ArgsType]]Exception common to the entire package.
Automatically handles serialization.