commonMain.Exceptions.kt Maven / Gradle / Ivy
package dev.schlaubi.lyrics
/**
* Exception thrown when lyrics could not be found.
*/
public class LyricsNotFoundException : RuntimeException("Lyrics were not found")
package dev.schlaubi.lyrics
/**
* Exception thrown when lyrics could not be found.
*/
public class LyricsNotFoundException : RuntimeException("Lyrics were not found")