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.



33
34
35
# File 'lib/async/container/error.rb', line 33

def initialize
  super(SIGTERM)
end