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

de.tschuehly.spring.viewcomponent.thymeleaf.ThymeleafViewComponentException.kt Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
package de.tschuehly.spring.viewcomponent.thymeleaf

class ThymeleafViewComponentException(override val message: String?, override val cause: Throwable?) : Exception(message) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy