This commit is contained in:
msyu
2025-01-22 18:50:17 +03:00
parent 29eb0a9a85
commit 790e51cd25
2 changed files with 9 additions and 2 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>