
com.labijie.application.crypto.CryptoException.kt Maven / Gradle / Ivy
package com.labijie.application.crypto
import com.labijie.application.ApplicationRuntimeException
/**
* Created with IntelliJ IDEA.
* @author Anders Xiao
* @date 2019-12-14
*/
open class CryptoException(message:String? = null, cause:Throwable? = null) : ApplicationRuntimeException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy