GatewayTimeoutException.java 229 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 package com.chudiangameplay.android.exception; /** * Created by 0 on 2019/6/19. */ public class GatewayTimeoutException extends Throwable { public GatewayTimeoutException(String message) { super(message); } }