Changeset 256
- Timestamp:
- 11/03/06 21:49:52 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fusebox5.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fusebox5.cfm
r227 r256 226 226 <cfset myFusebox.trace("Fusebox","Caught Fusebox exception '#cfcatch.type#'") /> 227 227 </cfif> 228 <cfif not isDefined("_fba.errortemplatesPath") or not _fba.handleFuseboxException(cfcatch )>228 <cfif not isDefined("_fba.errortemplatesPath") or not _fba.handleFuseboxException(cfcatch,attributes,myFusebox)> 229 229 <cfrethrow /> 230 230 </cfif>
