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

mdoc.internal.markdown.ModifierException.scala Maven / Gradle / Ivy

There is a newer version: 2.2.24
Show newest version
package mdoc.internal.markdown

import scala.util.control.NoStackTrace

final class ModifierException(mod: String, cause: Throwable)
    extends Exception(s"mdoc:$mod exception", cause)
    with NoStackTrace




© 2015 - 2024 Weber Informatics LLC | Privacy Policy