[6.8.4]
[fea] [all] [访客模式标识]
This commit is contained in:
@@ -3,7 +3,6 @@ package com.mogo.och.data.db.exception
|
||||
class DbException: RuntimeException {
|
||||
var code:Int = 0
|
||||
var msg:String = ""
|
||||
constructor() : super()
|
||||
constructor(code:Int, message: String) : super("${code}_${message}"){
|
||||
this.code = code
|
||||
this.msg = message
|
||||
|
||||
Reference in New Issue
Block a user