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.