# File lib/handler/c_adaptor.rb, line 25
    def initialize(handler, on_error = nil)
      @handler = handler
      @on_error = on_error
    end