Files
svc-api-x/v1/resources/bk/throw.cfc.bak
T
2025-09-10 20:19:02 +03:00

7 lines
231 B
Plaintext

<cfcomponent extends="taffy.core.resource" taffy:uri="/throw">
<cffunction name="get" hint="Имитация ошибки 500">
<cfthrow detail="Error thrown for test" message="Artifical error"/>
</cffunction>
</cfcomponent>