package com.blogspot.toomuchcoding.book.chapter9.exception; public class CustomException extends RuntimeException { }