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

com.mle.exception.GenericException.scala Maven / Gradle / Ivy

The newest version!
package com.mle.exception

/**
 * @author Mle
 */
abstract class GenericException(msg: String, t: Throwable) extends Exception(msg, t) {
  def this(msg: String) = this(msg, null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy