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.
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.