package coredevices.api class ApiAuthException: Exception { constructor(message: String): super(message) constructor(message: String, cause: Throwable): super(message, cause) }