summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index a7a5c724..bb6436c3 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -283,4 +283,10 @@ parametermodule_parameterid_required = Parameter element must have 'id' attribut
datagridcolumn_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2}
-outputcache_duration_invalid = {0}.Duration must be an integer no less than 0. \ No newline at end of file
+outputcache_duration_invalid = {0}.Duration must be an integer no less than 0.
+
+stack_data_not_iterable = TStack can only fetch data from an array or a traversable object.
+stack_empty = TStack is empty.
+
+queue_data_not_iterable = TQueue can only fetch data from an array or a traversable object.
+queue_empty = TQueue is empty. \ No newline at end of file