X Tutup
Skip to content

Commit 6ca509f

Browse files
committed
Add Pharo 9 support
1 parent 9220d30 commit 6ca509f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
exceptions
2+
deprecationExceptionSet
3+
"Answer the exception set that should considered besides WADeprecation."
4+
^ ExceptionSet new
5+
add: Deprecation;
6+
yourself

0 commit comments

Comments
 (0)
X Tutup