scala.meta.internal.parsers.PlatformInvocationTargetException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parsers_native0.5_2.13 Show documentation
Show all versions of parsers_native0.5_2.13 Show documentation
Scalameta APIs for parsing and their baseline implementation
package scala.meta
package internal
package parsers
object PlatformInvocationTargetException {
// java.lang.reflect.InvocationTargetException does not exist on Scala.js
def unapply(e: Throwable): Option[Throwable] = None
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy