package com.tamarasdk.error class UnknownException(message: String?) : BaseException(0, message)