Custom Exceptions - ServiceInterface or ServiceModel

Hi,

Do usually keep the exceptions that implement IResponseStatusConvertible and IHasStatusCode in the ServiceModel or ServiceInterface project?

Thanks

As it’s an internal API implementation result it shouldn’t be in ServiceModel project, so I’d put it in the ServiceInterface project.