package net.unit8.axebomber.parser; @SuppressWarnings("serial") public class RowNotFoundException extends RuntimeException { public RowNotFoundException(String msg) { super(msg); } }