Exception: Async::Container::Terminate

Inherits:
SignalException
  • Object
show all
Defined in:
lib/async/container/error.rb

Constant Summary collapse

SIGTERM =
Signal.list['TERM']

Instance Method Summary collapse

Constructor Details

#initializeTerminate

Returns a new instance of Terminate.



31
32
33
# File 'lib/async/container/error.rb', line 31

def initialize
	super(SIGTERM)
end