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

commonMain.com.prof18.rssparser.exception.RssParsingException.kt Maven / Gradle / Ivy

package com.prof18.rssparser.exception

/**
 * An exception thrown whe the parsing of the RSS feed fails
 *
 * @property message the detail message string.
 * @property cause the cause of this throwable.
 */
data class RssParsingException(
    override val message: String?,
    override val cause: Throwable?,
) : Exception()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy