class UnsafePathError(ValueError):
    pass

class RecursionError(OSError):
    pass

class DebugWarning(UserWarning):
    pass
