diff --git a/intercom/errors.py b/intercom/errors.py index 3e2f4ba3..5e2537ea 100644 --- a/intercom/errors.py +++ b/intercom/errors.py @@ -76,6 +76,7 @@ class TokenNotFoundError(IntercomError): 'client_error': BadRequestError, 'type_mismatch': BadRequestError, 'not_found': ResourceNotFound, + 'company_not_found': ResourceNotFound, 'admin_not_found': ResourceNotFound, 'not_restorable': ResourceNotRestorable, 'rate_limit_exceeded': RateLimitExceeded,