release version 2.0.32

This commit is contained in:
Alexander Makarov
2020-01-22 01:29:38 +03:00
parent 706890a36e
commit fd6ccb615c
4 changed files with 16 additions and 17 deletions

View File

@ -50,12 +50,12 @@ abstract class ErrorHandler extends Component
* @var \Exception from HHVM error that stores backtrace
*/
private $_hhvmException;
/**
* @var bool whether this instance has been registered using `register()`
*/
private $_registered = false;
/**
* Register this error handler.
* @since 2.0.32 this will not do anything if the error handler was already registered