Files
svc-api-x/v1/taffy/tests/resourcesError/ErrorMember.cfc
T
2024-10-23 11:17:42 +03:00

5 lines
145 B
Plaintext

<cfcomponent extends="taffy.core.resource">
<cfif structKeyExists(request, "_testsRunning")>
<cfthrow message="Fail">
</cfif>
</cfcomponent>