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 f4d36b2 commit 62157e2Copy full SHA for 62157e2
tests/js/src/test/scala/org/threeten/bp/Platform.scala
@@ -4,7 +4,7 @@ import java.util.NavigableMap
4
import org.threeten.bp.zone.ZoneMap
5
6
object Platform {
7
- type NPE = scala.scalajs.js.JavaScriptException
+ type NPE = Throwable
8
type DFE = Throwable
9
type CCE = Throwable
10
0 commit comments