# File lib/daemons/exceptions.rb, line 17
    def initialize(msg, system_error)
      super(msg)

      @system_error = system_error
    end