class Async::Container::Hangup

Constants

SIGHUP

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/async/container/error.rb, line 42
def initialize
        super(SIGHUP)
end