in rocketmq/exceptions.py [0:0]
def _register(status_code): def register(cls): _EXCEPTION_MAP[status_code] = cls return cls return register