# File lib/handler/wrapped_handler.rb, line 48
    def add(handler)
      return if handler.nil?

      impl = chandler(handler, self.method(:_on_error))
      Cproton.pn_handler_add(@impl, impl)
      Cproton.pn_decref(impl)
    end