Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@NGTOne NGTOne released this 29 Mar 20:19
· 48 commits to master since this release

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.