ruby / 3.3 / timeout / exitexception.html

class Timeout::ExitException

Parent:
Exception

Internal error raised to when a timeout is triggered.

Public Instance Methods

exception(*) Show source
# File lib/timeout.rb, line 30
def exception(*)
  self
end

Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.