point click postback api 추가

This commit is contained in:
2023-09-19 12:15:57 +09:00
parent 615d4baef8
commit d5cc28e50b
12 changed files with 176 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
package kr.co.vividnext.sodalive.common
class SodaException(message: String, val errorProperty: String? = null) : RuntimeException(message)
class AdsChargeException(message: String) : RuntimeException(message)