com.fireflysource.net.http.client.impl.exception.UnhandledRequestException.kt Maven / Gradle / Ivy
package com.fireflysource.net.http.client.impl.exception
/**
* @author Pengtao Qiu
*/
class UnhandledRequestException(message: String) : IllegalStateException(message)