class Kill
Similar to class Async::Container::Terminate
, but represents SIGKILL
.
Definitions
def initialize
Create a new kill error.
Implementation
def initialize
super(SIGKILL)
end
class Kill
Similar to class Async::Container::Terminate
, but represents SIGKILL
.
def initialize
Create a new kill error.
def initialize
super(SIGKILL)
end