rhubarb-lip-sync/extras/EsotericSoftwareSpine/src/main/kotlin/EndUserException.kt

4 lines
187 B
Kotlin

package com.rhubarb_lip_sync.rhubarb_for_spine
// An exception with a human-readable message that can be shown to the end user
class EndUserException(message: String): Exception(message)