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

scalut.wizard.ChangePageException.scala Maven / Gradle / Ivy

The newest version!
package scalut.wizard


import scalut.util.StringHelper


class ChangePageException(message: String) extends Exception(message) {

  def this() {
    this(StringHelper.EMPTY)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy