Newer
Older
bremer / src / main / kotlin / exception / Exception.kt
yhornisse on 2 Jul 2023 195 bytes add project
/*
 * Copyright (c) 2023. yo-saito. All Rights Reserved.
 */

package net.piedpiper.bremer.exception

class NotFoundException : RuntimeException()

class BadRequestException : RuntimeException()