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

com.unstablebuild.settler.error.SettlerException.scala Maven / Gradle / Ivy

The newest version!
package com.unstablebuild.settler.error

import scala.util.control.NoStackTrace

case class SettlerException(message: String = null, cause: Throwable = null)
    extends Exception(message, cause)
    with NoStackTrace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy