for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package io.github.ro4;
public class CheckException extends RuntimeException {
CheckException(String msg) {
super(msg);
}