3 lines
141 B
Kotlin
3 lines
141 B
Kotlin
package top.fatweb.oxygen.api.exception
|
|
|
|
class DatabaseUpdateException(message: String = "Database update failed"): RuntimeException(message) |