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

mdoc.document.DocumentException.scala Maven / Gradle / Ivy

package mdoc.document

import scala.util.control.NoStackTrace

final class DocumentException(
    val sections: List[Section],
    val pos: RangePosition,
    val cause: Throwable
) extends Exception(pos.toString, cause)
    with NoStackTrace




© 2015 - 2024 Weber Informatics LLC | Privacy Policy