package com.coffee.common.exception; /** * 演示模式异常 * * @author Kevin */ public class DemoModeException extends RuntimeException { }