fr.janalyse.sotohp.config.SotohpConfigIssue.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sotohp-core_3 Show documentation
Show all versions of sotohp-core_3 Show documentation
photos management made simple
The newest version!
package fr.janalyse.sotohp.config
case class SotohpConfigIssue(message: String, exception: Throwable) extends Exception(message, exception)