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