File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,14 @@ object MiMaFilters {
9
9
10
10
// New APIs marked @experimental in 3.0.2
11
11
exclude[MissingClassProblem ](" scala.Selectable$WithoutPreciseParameterTypes" )
12
+
13
+ // Experimental API for saferExceptions
14
+ exclude[MissingClassProblem ](" scala.CanThrow" )
15
+ exclude[MissingClassProblem ](" scala.CanThrow$package" ),
16
+ exclude[MissingClassProblem ](" scala.CanThrow$package$" ),
17
+ exclude[MissingClassProblem ](" scala.unsafeExceptions" ),
18
+ exclude[MissingClassProblem ](" scala.unsafeExceptions$" ),
19
+ exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.saferExceptions" ),
20
+ exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$saferExceptions$" ),
12
21
)
13
22
}
You can’t perform that action at this time.
0 commit comments