
com.mle.android.exceptions.NotFoundHttpException.scala Maven / Gradle / Ivy
The newest version!
package com.mle.android.exceptions
/**
*
* @author mle
*/
class NotFoundHttpException(cause: Throwable)
extends ExplainedHttpException(None, cause = cause) {
override def reason: String = "Not found"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy