You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/upgrade/uct-error-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ Critical errors of custom code compatibility are raised when the custom code is
21
21
| - | - | - |
22
22
| 1110 | Instantiating non-existent Adobe Commerce class/interface | Update code to use a class marked as `@api`. Instantiating non-existent Adobe Commerce class/interface |
23
23
| 1111 | Extending from non-existent Adobe Commerce class | The extended class is no longer present in the codebase. Inheritance is not recommended way of extending Adobe Commerce functionality. Update code to use a class marked as `@api`. |
24
-
| 1112 | Importing non-existing Adobe Commerce class | Update code to use a class marked as `@api`. |
25
-
| 1113 | Loading non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
26
-
| 1114 | Using non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
24
+
| 1112 | Importing non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
25
+
| 1113 | Loading non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
26
+
| 1114 | Using non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
27
27
| 1214 | Using non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
28
28
| 1215 | Overriding non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
29
29
| 1216 | Assignation of non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
0 commit comments