Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -148,6 +148,7 @@ public DynamicObject allocate(DynamicObject rubyClass) {
@Primitive(name = "exception_errno_error", needsSelf = false)
public static abstract class ExceptionErrnoErrorPrimitiveNode extends PrimitiveArrayArgumentsNode {

@TruffleBoundary
@Specialization
public DynamicObject exceptionErrnoError(DynamicObject message, int errno, DynamicObject location) {
final String errorMessage;

0 comments on commit 47be528

Please sign in to comment.