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

scala.quoted.runtime.StopMacroExpansion.scala Maven / Gradle / Ivy

The newest version!
package scala.quoted.runtime

/** Throwable used to abort the expansion of a macro after an error was reported */
class StopMacroExpansion extends Throwable:

  // Do not fill the stacktrace for performance.
  // We know that the stacktrace will be ignored
  // and only the reported error message will be used.
  override def fillInStackTrace(): Throwable = this




© 2015 - 2024 Weber Informatics LLC | Privacy Policy