ApiThrowblw.kt 261 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.dynamic.common.tool

/**
 * Created by Jim on 2018/2/5 0005.
 */

/**
 * author : Zhangwenchao
 * e-mail : zhangwch@yidianling.com
 * time   : 2017/12/19
 */
class ApiThrowable(var code: Int, var status: Int, msg: String) : Throwable(msg)