summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 8ddf441573..4d8456ffe0 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -284,4 +284,6 @@ EXTERN char e_throw_with_empty_string[]
INIT(= N_("E1129: Throw with empty string"));
EXTERN char e_cannot_add_to_null_list[]
INIT(= N_("E1130: Cannot add to null list"));
+EXTERN char e_cannot_add_to_null_blob[]
+ INIT(= N_("E1131: Cannot add to null blob"));
#endif