# File lib/sax-machine/handlers/sax_abstract_handler.rb, line 126
    def _error(string)
      if @on_error
        @on_error.call(string)
      end
    end