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

org.scalafmt.dynamic.exceptions.ScalafmtException.scala Maven / Gradle / Ivy

There is a newer version: 3.8.4-RC3
Show newest version
package org.scalafmt.dynamic.exceptions

import scala.util.control.NoStackTrace

case class ScalafmtException(message: String, cause: Throwable)
    extends Exception(message, cause) with NoStackTrace




© 2015 - 2024 Weber Informatics LLC | Privacy Policy