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

scala.scalanative.util.UnsupportedException.scala Maven / Gradle / Ivy

The newest version!
package scala.scalanative
package util

final case class UnsupportedException(msg: String) extends Exception(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy