class Daemons::SystemError
Attributes
Public Class Methods
Source
# File lib/daemons/exceptions.rb, line 17 def initialize(msg, system_error) super(msg) @system_error = system_error end
Calls superclass method
# File lib/daemons/exceptions.rb, line 17 def initialize(msg, system_error) super(msg) @system_error = system_error end