Async::ContainerSourceAsyncContainerKill

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