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

com.ossuminc.riddl.utils.ExceptionUtils.scala Maven / Gradle / Ivy

package com.ossuminc.riddl.utils

object ExceptionUtils {

  import scala.scalajs.js.annotation.JSExport

  // NOTE: Can't get exception stack traces from Scala in JS Environment
  @JSExport
  def getRootCauseStackTrace(exception: Throwable): Array[String] = Array.empty[String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy