Sign in

周鸿 / exam · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • exam
  • ..
  • exception
  • DemoModeException.java
  • 提交在线考试代码
    e0678c2b
    pengcheng authored
    2022-04-26 16:23:34 +0800  
    Browse Code »
DemoModeException.java 249 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.huaheng.common.exception;

/**
 * 演示模式异常
 * 
 * @author huaheng
 */
public class DemoModeException extends RuntimeException
{
    private static final long serialVersionUID = 1L;

    public DemoModeException()
    {
    }
}