HoldCodeException.java 91 B

123456
  1. package me.km.exception;
  2. public class HoldCodeException extends RuntimeException
  3. {
  4. }