Join Slack
Powered by
are exception objects read-only? ```catch (any e) ...
# cfml-general
m
mithlond
06/16/2022, 3:02 PM
are exception objects read-only?
Copy code
catch (any e) { if (!e.keyExists("message")) { e.message = "Hi there" }; }
This doesn't seem to work for me 😞
Open in Slack
Previous
Next