All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.template.ViewNotFound.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.template

data class ViewNotFound(private val view: ViewModel) : RuntimeException("Template ${view.template()} not found")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy