Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation about throwing of immutable exception #80

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

drug007
Copy link
Contributor

@drug007 drug007 commented Jul 27, 2024

Starting from version 2.104.2, the front-end gives a deprecation message that you cannot throw object of const/immutable type. Here the immutable exception is made a mutable one and its initialization occurs in static this() ctor of the module.

Starting from version 2.104.2, the front-end gives a deprecation message that you cannot throw object of const/immutable type. Here the immutable exception is made a mutable one and its initialization occurs in static this() ctor of the module.
@atilaneves atilaneves merged commit 6af9849 into atilaneves:master Aug 6, 2024
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants