ironic/releasenotes/notes/remove-exception-message-92...

7 lines
228 B
YAML

---
upgrade:
- Removes support for the "message" attribute from the
"IronicException" class. Subclasses of "IronicException"
should instead use the "_msg_fmt" attribute.
This change is only relevant to developers.