package com.tamarasdk.error class NotFoundException(message: String?) : BaseException(404, message)