class Async::Container::Restart

def initialize

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