We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b4b6 commit d067dd1Copy full SHA for d067dd1
plugins-INDArrayLayers/src/main/scala-2.11/com/thoughtworks/deeplearning/plugins/INDArrayLayers.scala
@@ -22,7 +22,7 @@ import com.thoughtworks.continuation._
22
23
object INDArrayLayers {
24
25
- final case class MultipleException(throwableSet: Set[Throwable]) extends Exception("Multiple exceptions found") {
+ final case class MultipleException(throwableSet: Set[Throwable]) extends RuntimeException("Multiple exceptions found") {
26
override def toString: String = throwableSet.mkString("\n")
27
28
override def printStackTrace(): Unit = {
0 commit comments