10 lines
250 B
Kotlin
10 lines
250 B
Kotlin
package top.fatweb.oxygen.api.exception
|
|
|
|
/**
|
|
* Account need initialize exception
|
|
*
|
|
* @author FatttSnake, fatttsnake@gmail.com
|
|
* @since 1.0.0
|
|
* @see RuntimeException
|
|
*/
|
|
class AccountNeedInitException : RuntimeException("Account need initialize") |