Logo white

岑健浩 / SNManage

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • SNManage
  • ..
  • exception
  • SNRepetitiveException.java
  • SNManage init
    9f87bede
    岑健浩 authored
    2024-03-11 11:31:25 +0800  
    Browse Code »
SNRepetitiveException.java 215 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package com.example.demo.exception;

public class SNRepetitiveException extends Exception{

    public SNRepetitiveException() {}

    public SNRepetitiveException(String message) {
        super(message);
    }

}