diff --git a/gallagher/cc/core.py b/gallagher/cc/core.py index 335f9d3f..4c780f22 100644 --- a/gallagher/cc/core.py +++ b/gallagher/cc/core.py @@ -383,6 +383,8 @@ async def _get( return parsed_obj + elif response.status_code == HTTPStatus.NOT_FOUND: + raise NotFoundException() elif response.status_code == HTTPStatus.FORBIDDEN: raise UnlicensedFeatureException() elif response.status_code == HTTPStatus.UNAUTHORIZED: