7 lines
231 B
Plaintext
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> |