class AppleBot::SignalTermination
Public Class Methods
new(status)
click to toggle source
Calls superclass method
# File lib/applebot/error.rb, line 53 def initialize(status) super("The process was terminated with signal #{status.termsig} (#{Signal.signame(status.termsig)})") end