commonMain.dev.programadorthi.routing.auth.RoutingUnauthorizedException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auth-jvm Show documentation
Show all versions of auth-jvm Show documentation
An extensible and multiplatform routing system powered by Ktor
package dev.programadorthi.routing.auth
import dev.programadorthi.routing.core.errors.BadRequestException
public class RoutingUnauthorizedException(
message: String,
) : BadRequestException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy