This commit is contained in:
Steve Pulec 2018-10-30 22:09:47 -04:00
parent 75f2c56a36
commit a8bc7a608e

View File

@ -10,4 +10,4 @@ class ServiceNotFoundException(RESTError):
error_type="ServiceNotFoundException",
message="The service {0} does not exist".format(service_name),
template='error_json',
)
)