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

harness.core.ThrowableOps.scala Maven / Gradle / Ivy

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