MyBusinessError

fun MyBusinessError(    code: Int,     message: String?,     throwable: Throwable? = null,     data: Any? = null)