[DOC] Ractor::RemoteError

This commit is contained in:
Nobuyoshi Nakada 2024-12-25 13:16:28 +09:00
parent 2acbf45d36
commit bf878b5494
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-25 04:21:47 +00:00

View File

@ -731,6 +731,7 @@ class Ractor
end
class RemoteError
# The Ractor an uncaught exception is raised in.
attr_reader :ractor
end