def not_implemented(f): """ Raises a NotImplementedError error. Example: "Internal error in function_name: Not implemented." """ return decorator(_not_implemented, f)