You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable API handler by default, following the discussion in issue #272 (#272). The feature should ensure that ApiException (and its subclasses) are automatically handled, so developers do not need to implement a global error handler manually. Consider integrating the handler logic into OpenAPIRoute, such as a default implementation for handleApiException.
Reference for implementation and expected behavior: issue #272.