Remove comment about exception decorator

The commit d72b357bff04f4605811f7bc0ed23b572b3696c0 removed the
exception decorator. Remove the comment in exception.py that there is an
exception decorator.

Change-Id: Ifd97ddf4d62dfa0c04ec8dc7121e447cca3f1d3a
This commit is contained in:
John L. Villalovos 2015-09-16 11:13:52 -07:00
parent fbd1d7c9ba
commit 16c073cb7d

View File

@ -16,8 +16,6 @@
"""Ironic base exception handling.
Includes decorator for re-raising Ironic-type exceptions.
SHOULD include dedicated exception logging.
"""