package com.taoke.autopay.exception; /** * @author hxh * @title: ChannelAgentException * @description: 登录异常 * @date 2024/6/14 18:46 */ public class ChannelAgentException extends Exception{ public ChannelAgentException(String msg){ super(msg); } }