package com.stileeducation.markr.exception; public class TestNotFoundException extends RuntimeException { public TestNotFoundException(String message) { super(message); } }