IfWithoutStatementException.java 101 B

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