I am using ServiceStack version 3.9.71 and I cannot find the "Add" method. Is the documentation on the wiki outdated? What should I do in order to make it work?
public override void Configure(Container container)
{
this.ServiceExceptionHandler.Add((httpReq, request, exception) => {
return DtoUtils.CreateErrorResponse(request, exception);
});
}