octavia-lib/releasenotes/notes/add-not-found-exception-7f9d188cd22f69e1.yaml
Carlos Goncalves 684e0b9f55 Add NotFound exception class
This class can be used by provider drivers to raise an exception when a
resource cannot be found.

Change-Id: If3d095f033f342ebb637d74bd834d373e31fee0f
2020-07-16 15:21:03 +00:00

6 lines
130 B
YAML

---
features:
- |
Added a ``NotFound`` exception class that provider drivers can raise when
a resource cannot be found.