Thanks Charlie ... I know this one.  Leave it with me

On 03/04/2013 11:53, Skellington wrote:
Hello,
I wanted to add error catching to my app so to test I added the
following code to quickly catch for errors. But when I do something
that that causes a Runtime error it's not getting called.

Thanks,
Charlie

<cffunction name="onError" returnType="void" output="true">
     <cfargument name="exception" required="true">
     <cfargument name="eventname" required="true">
     <cfdump var="#arguments#">
     <cfabort>
</cffunction>


--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

--- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to