[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]