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")