As suggested in README
As a side note, while the above demonstrates a custom exception listener that does not extend anything you could choose to extend the default ExceptionListener and only override the functionality that you want to.
private methods in ExceptionListener should let us override easier way.