Version 1.1.0
This release adds error handling functionality: the ability to provide separate mechanisms for handling operational and communications errors and exceptions, using the Warren\ErrorHandler
interface. Currently, two implementations are available: EchoingErrorHandler
, which prints a message, and RethrowingErrorHandler
, which re-throws the provided error.