in reply to Throwing Exceptions and Error Handling

I had my curiosity piqued by the try/catch example in the Camel book, and brother_ab pointed out that there was the Error and Error::Unhandled modules that might be of interest.

I've been doing more C++ lately and the exception methodology is a pretty straightforward way of handling errors.
  • Comment on Re: Throwing Exceptions and Error Handling