In the current implementation exceptions of the handler method have to be of type zcx_swag.
The only limitiation for using methods as handler methods is that they should ony have one returning parameter.
I think it would be better to catch cx_root so that we also can use handler methods throwing non zx_swag exceptions.
In the current implementation exceptions of the handler method have to be of type zcx_swag. The only limitiation for using methods as handler methods is that they should ony have one returning parameter.
I think it would be better to catch cx_root so that we also can use handler methods throwing non zx_swag exceptions.
`
`
@larshp What do you think?