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

com.mle.android.exceptions.AndroidException.scala Maven / Gradle / Ivy

The newest version!
package com.mle.android.exceptions

/**
 *
 * @author mle
 */
class AndroidException(msg: String, t: Option[Throwable] = None) extends Exception(msg, t getOrElse null)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy