# File lib/simple_form/form_builder.rb, line 345
    def error_notification(options = {})
      SimpleForm::ErrorNotification.new(self, options).render
    end