dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

Improve exception handling #29

Open dhumphreys opened 13 years ago

dhumphreys commented 13 years ago

Currently, any thrown exceptions will not show details in ColdFusion. They just create a 500 response. I'd like for a more formal error throwing procedure that shows cfrel errors much like cfwheels shows their errors.

Inside of the cfwheels mapper, it may be valid to throw Wheels.* exceptions, which would format correctly in wheels. However, I don't want to throw wheels errors in other sections of the core code, since cfrel can be ran outside of wheels.