class Async::Container::Restart

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

def initialize

Create a new restart error.
def initialize
	super(SIGHUP)
end