harness.core.ThrowableOps.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-core_sjs1_3 Show documentation
Show all versions of harness-core_sjs1_3 Show documentation
Miscellaneous libraries/utilities for Scala.
The newest version!
package harness.core
implicit class ThrowableOps(self: Throwable) {
def safeGetMessage: String = Option(self.getMessage).getOrElse(self.toString)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy