/* * Copyright (c) 2023. yo-saito. All Rights Reserved. */ package net.piedpiper.bremer.exception class NotFoundException : RuntimeException() class BadRequestException : RuntimeException()