Skip to content

Commit

Permalink
FrozenError is a RuntimeError.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 18, 2018
1 parent ce6371a commit a3661da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/exceptions/FrozenError.java
Expand Up @@ -32,7 +32,7 @@
*
* @see RubyFrozenError
*/
public class FrozenError extends StandardError {
public class FrozenError extends RuntimeError {
public FrozenError(String message, RubyFrozenError exception) {
super(message, exception);
}
Expand Down

0 comments on commit a3661da

Please sign in to comment.