Async::ContainerSourceAsyncContainerRestart

class Restart

Similar to Interrupt = ::Interrupt, but represents SIGHUP.

Definitions

def initialize

Create a new restart error.

Implementation

def initialize
	super(SIGHUP)
end