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

org.uqbar.apo.APOException.scala Maven / Gradle / Ivy

The newest version!
package org.uqbar.apo

/**
 * @author jfernandes
 */
class APOException(message:String, t:Throwable) extends RuntimeException(message, t) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy