class Terminate
Similar to Interrupt = ::Interrupt, but represents SIGTERM.
Definitions
def initialize
Create a new terminate error.
Implementation
def initialize
super(SIGTERM)
end
class Terminate
Similar to Interrupt = ::Interrupt, but represents SIGTERM.
def initializeCreate a new terminate error.
def initialize
super(SIGTERM)
end