Hassan Chahrour
Results
2
issues of
Hassan Chahrour
Hi, I am not sure if this is on purpose or not, but when defining a model with a custom `__optionsclass__`, subclasses of that model go back to using `ModelOptions`...
We expected `company_not_found` to raise a `ResourceNotFound`, but currently it raises an `UnexpectedError` We tracked this down to: https://github.com/intercom/python-intercom/blob/master/intercom/errors.py#L68 I think `company_not_found` just needs to be mapped to `ResourceNotFound` ```...