package com.zcy.ghost.vivideo.model.net; /** * Created by codeest on 2016/8/4. */ public class ApiException extends Exception{ public ApiException(String msg) { super(msg); } }