Skip to content

Commit

Permalink
Support Pharo native Deprecation
Browse files Browse the repository at this point in the history
Implement for Pharo and add Deprecation.
  • Loading branch information
marschall committed Jul 12, 2024
1 parent 737de76 commit 3bf54ec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exceptions
deprecationExceptionSet
"Answer the exception set that should considered besides WADeprecation."
^ ExceptionSet new
add: Deprecation;
yourself

Check warning on line 6 in repository/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance/deprecationExceptionSet.st

View check run for this annotation

Codecov / codecov/patch

repository/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance/deprecationExceptionSet.st#L1-L6

Added lines #L1 - L6 were not covered by tests

0 comments on commit 3bf54ec

Please sign in to comment.