ktor-locations / io.ktor.locations / LocationRoutingException

LocationRoutingException

class LocationRoutingException : Exception

Exception indicating that route parameters in curly brackets do not match class properties.

Constructors

<init>

LocationRoutingException(message: String)

Exception indicating that route parameters in curly brackets do not match class properties.