Add missing jwt claim exception (#43)
This commit is contained in:
parent
153aaf7608
commit
195d2f16c9
|
|
@ -0,0 +1,5 @@
|
|||
package ru.touchin.auth.security.jwt.exceptions
|
||||
|
||||
import ru.touchin.common.exceptions.CommonException
|
||||
|
||||
class JwtMissingClaimException(claim: String) : CommonException("missing jwt claim $claim")
|
||||
Loading…
Reference in New Issue