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