package top.fatweb.oxygen.api.exception class DatabaseSelectException(message: String = "Database select failed"): RuntimeException(message)