10 lines
247 B
Kotlin
10 lines
247 B
Kotlin
package top.fatweb.oxygen.api.exception
|
|
|
|
/**
|
|
* Invalid captcha code exception
|
|
*
|
|
* @author FatttSnake, fatttsnake@gmail.com
|
|
* @since 1.0.0
|
|
* @see RuntimeException
|
|
*/
|
|
class InvalidCaptchaCodeException : RuntimeException("Invalid captcha code") |