140 dependencies bugfix

This commit is contained in:
msyu
2025-09-10 20:19:02 +03:00
parent 68bf3f9056
commit 424a90cf31
7 changed files with 9 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
<cfcomponent extends="taffy.core.resource" taffy:uri="/throw">
<cffunction name="get" hint="Имитация ошибки 500">
<cfthrow detail="Error thrown for test" message="Artifical error"/>
</cffunction>
</cfcomponent>