class Async::Container::Kill

Similar to {Terminate}, but represents ‘SIGKILL`.

def initialize

Create a new kill error.
def initialize
	super(SIGKILL)
end