module SimpleForm::Components::Errors

def error(wrapper_options = nil)

def error(wrapper_options = nil)
  error_text if has_errors?
end