# File lib/daemons/exceptions.rb, line 20
    def initialize(msg, system_error)
      super(msg)
      
      @system_error = system_error
    end