Class Daemons::SystemError
In: lib/daemons/exceptions.rb
Parent: Error

Methods

new  

Attributes

system_error  [R] 

Public Class methods

[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

[Validate]