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