All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.atsushieno.ktmidi.Midi1Exception.kt Maven / Gradle / Ivy

The newest version!
package dev.atsushieno.ktmidi

class Midi1Exception : Exception {
    constructor() : super()
    constructor(message: String) : super(message)
    constructor(message: String, innerException: Exception) : super(message, innerException)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy