Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ public DynamicObject toTruffle(org.jruby.RubyException jrubyException, RubyNode
switch (jrubyException.getMetaClass().getName()) {
case "ArgumentError":
return context.getCoreLibrary().argumentError(jrubyException.getMessage().toString(), currentNode);
case "Encodcontext.ing::CompatibilityError":
case "Encoding::CompatibilityError":
return context.getCoreLibrary().encodingCompatibilityError(jrubyException.getMessage().toString(), currentNode);
case "RegexpError":
return context.getCoreLibrary().regexpError(jrubyException.getMessage().toString(), currentNode);

0 comments on commit 72f378a

Please sign in to comment.