summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages/messages.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages/messages.txt')
-rw-r--r--framework/Exceptions/messages/messages.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index 536996f2..69fd89fc 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -8,14 +8,9 @@ prado_aliasname_invalid = Alias '{0}' contains invalid character '.'.
component_property_undefined = Component property '{0}.{1}' is not defined.
component_property_readonly = Component property '{0}.{1}' is read-only.
component_event_undefined = Component event '{0}.{1}' is not defined.
-component_method_undefined = Component method '{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}).