Add ConflictConfigOption Exception

Change-Id: I448cf979fb87de7fe57325cca579b47b43c37f36
This commit is contained in:
Kien Nguyen 2017-11-03 10:58:43 +07:00
parent da736d115b
commit d8e39cd8a6
1 changed files with 7 additions and 0 deletions

View File

@ -126,3 +126,10 @@ class DriverNotEnabledException(KuryrException):
This exception is thrown when kuryr tries to load a specific binding driver
but the driver is not enabled.
"""
class ConflictConfigOption(KuryrException):
"""Exception represents when the conflict config happens.
The existed option conflicts with the given option.
"""