All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.bestwu.api.sign.IllegalSignException.kt Maven / Gradle / Ivy

package cn.bestwu.api.sign

import org.springframework.http.HttpStatus
import org.springframework.web.bind.annotation.ResponseStatus

/**
 * @author Peter Wu
 */
@ResponseStatus(HttpStatus.NOT_ACCEPTABLE, reason = "ILLEGAL_SIGN")
class IllegalSignException : RuntimeException("ILLEGAL_SIGN")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy