
com.mle.android.exceptions.UnauthorizedHttpException.scala Maven / Gradle / Ivy
The newest version!
package com.mle.android.exceptions
import org.apache.http.client.HttpResponseException
/**
*
* @author mle
*/
class UnauthorizedHttpException(cause: HttpResponseException)
extends ExplainedHttpException(None, cause) {
override val reason = "Unauthorized. Check your credentials."
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy