Methods

Daemons::SystemError

Attributes

system_error[R]

Public Class Methods

new(msg, system_error) click to toggle source
    # File lib/daemons/exceptions.rb, line 20
20:     def initialize(msg, system_error)
21:       super(msg)
22:       
23:       @system_error = system_error
24:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.