summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-exception-message-92100debeb40d4c7.yaml
blob: 9ef7a3c5824a8621f4520b43ec48c76cd2ecdf7a (plain)
1
2
3
4
5
6
---
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.