# File lib/simple_form/error_notification.rb, line 35
    def html_options
      @options[:class] = "#{SimpleForm.error_notification_class} #{@options[:class]}".strip
      @options
    end