InvalidServiceType not in use

Exception class InvalidServiceType is no more in use now,
So removing it to clean dead code.

Change-Id: I95ea23e8afb960cf04328279a0c75e9b06d8b0a3
This commit is contained in:
dharmendra 2019-06-19 12:20:08 +00:00
parent 50c89d2c56
commit e3f9d6293e
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ class InvalidAPIAttributeType(exceptions.InvalidInput):
message = _('Expecting dict type for API attribute instead of %(atype)s ')
class InvalidServiceType(exceptions.InvalidInput):
message = _('invalid service type %(service_type)s')
class VNFCreateFailed(exceptions.TackerException):
message = _('creating VNF based on %(vnfd_id)s failed')