Source code for compat_patcher_core.exceptions

[docs] class SkipFixerException(Exception): """ Exception to signal a fixer which is not applicable in that project context. """ pass