Sign in

youxiw2000 / trash · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • trash
  • ..
  • exception
  • DemoModeException.java
  • init
    c6423593
    youxiw2000 authored
    2023-04-17 10:05:33 +0800  
    Browse Dir »
DemoModeException.java 245 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.trash.common.exception;

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

    public DemoModeException()
    {
    }
}