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

7 lines
222 B
Plaintext

<cfcomponent extends="taffy.core.resource" taffy:uri="/throwException">
<cffunction name="get">
<cfthrow message="this is the exception message." detail="this is the exception detail." />
</cffunction>
</cfcomponent>