yrobel-lima commited on
Commit
2a351ef
·
verified ·
1 Parent(s): c40ee86

Upload error_message_template.py

Browse files
Files changed (1) hide show
  1. utils/error_message_template.py +6 -0
utils/error_message_template.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ERROR_MESSAGE = (
2
+ "Something went wrong while processing your request. "
3
+ "Please refresh the page or try again later.\n\n"
4
+ "If the error persists, please contact us at "
5
+ "[Tall Tree Health](https://www.talltreehealth.ca/contact-us)."
6
+ )