Files
svc-api-x/v1/resources/throw.cfc
T
2025-01-22 18:50:17 +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>