main.com.wisetrack.sdk.IloggerException.kt Maven / Gradle / Ivy
package com.wisetrack.sdk
import java.lang.Exception
/**
@author hamed (@hamed-hsb)
* @since 18th October 2024
*/
interface IloggerException {
fun onException(exception: String)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy