summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages')
-rw-r--r--framework/Exceptions/messages/messages.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index 69fd89fc..468ea4e1 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -11,6 +11,10 @@ component_event_undefined = Component event '{0}.{1}' is not defined.
component_eventhandler_invalid = Component event '{0}.{1}' is attached with an invalid event handler '{2}'.
component_expression_invalid = Component '{0}' is evaluating an invalid expression '{1}' : {2}.
component_statements_invalid = Component '{0}' is evaluating invalid PHP statements '{1}' : {2}.
+component_class_behavior_defined = Component '{0}' already has a class behavior of '{1}'.
+component_not_a_behavior = Component '{0}' is being added as behavior is not a TBaseBehavior.
+component_no_tcomponent_class_behaviors = TComponent cannot have class behaviors attached due to recursion.
+component_no_class_provided_nor_late_binding = Adding or Removing Class Behaviors must have PHP feature Late Static Binding or a class provided as a parameter
propertyvalue_enumvalue_invalid = Value '{0}' is a not valid enumeration value ({1}).