![JAR search and dependency download from the Maven repository](/logo.png)
skinny.exception.ViewTemplateNotFoundException.scala Maven / Gradle / Ivy
The newest version!
package skinny.exception
/**
* Represents view template issue.
*
* @param message message
* @param cause cause
*/
case class ViewTemplateNotFoundException(message: String, cause: Throwable = null)
extends RuntimeException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy