class Restart
Similar to Interrupt = ::Interrupt
, but represents SIGHUP
.
Definitions
def initialize
Create a new restart error.
Implementation
def initialize
super(SIGHUP)
end
class Restart
Similar to Interrupt = ::Interrupt
, but represents SIGHUP
.
def initialize
Create a new restart error.
def initialize
super(SIGHUP)
end