FLUID-5518: Break out logic in fluid.fail into similar stacking namespaced listeners as in Fluid-node's uncaught exception handler

Metadata

Source
FLUID-5518
Type
Bug
Priority
Major
Status
Closed
Resolution
Duplicate
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2014-09-30T17:49:48.517-0400
Updated
2017-02-27T15:49:19.547-0500
Versions
  1. 1.5
Fixed Versions
  1. 2.0
Component
  1. Framework

Description

With the partial implementation of FLUID-5506, we were able to implement our uncaught exception handler within the node environment as a series of separately overrideable, separately schedulable handlers. We should do the same for fluid.fail in order to facilitate the testing of error functionality in complex applications. We currently have a duplicated code block in Kettle's "ErrorTests.js" from this cause