Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cffunction name="onError">
<cfargument name="Exception" required="true" />
<cfargument type="String" name="EventName" required="true" />
<!--- Log all errors. --->
<cfif arguments.exception.type EQ "database">
<!--- do your code here --->
</cfif>
</cffunction>