class Async::Container::Terminate

Similar to {Interrupt}, but represents ‘SIGTERM`.

def initialize

Create a new terminate error.
def initialize
	super(SIGTERM)
end