Skip to content

Add FrozenError class#5039

Merged
enebo merged 2 commits intojruby:ruby-2.5from
nomadium:add-frozen-error-class
Feb 12, 2018
Merged

Add FrozenError class#5039
enebo merged 2 commits intojruby:ruby-2.5from
nomadium:add-frozen-error-class

Conversation

@nomadium
Copy link
Contributor

Hi folks,

This is another feature targeting Ruby 2.5 [1]:

  • Add FrozenError as a subclass of RuntimeError (feature #13224).

FrozenError will be used instead of RuntimeError for exceptions
raised when there is an attempt to modify a frozen object.

For more information, please see feature #13224

Note: The updated tests are copied from MRI.

Thanks for your review and feedback.

  1. Ruby 2.5 Support #4876

FrozenError will be used instead of RuntimeError for exceptions
raised when there is an attempt to modify a frozen object. The
reason for this change is to differentiate exceptions related
to frozen objects from generic exceptions such as those generated
by Kernel#raise without an exception class.

For more information, please see feature #13224.
@enebo enebo added this to the JRuby 9.3.0.0 milestone Feb 12, 2018
@enebo enebo merged commit 9b5753f into jruby:ruby-2.5 Feb 12, 2018
@nomadium nomadium deleted the add-frozen-error-class branch February 13, 2018 21:04
@enebo enebo modified the milestones: JRuby 9.3.0.0, JRuby 9.2.0.0 Apr 23, 2018
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