Fix generation of docs on the site (#19353)

This commit is contained in:
Alexey Rogachev
2022-04-15 18:49:11 +06:00
committed by GitHub
parent ad1fd84f39
commit 4f1ffd2c98

View File

@ -153,7 +153,7 @@ abstract class ErrorHandler extends Component
/**
* Handles exception thrown during exception processing in [[handleException()]].
* @param |\Throwable $exception Exception that was thrown during main exception processing.
* @param \Throwable $exception Exception that was thrown during main exception processing.
* @param \Throwable $previousException Main exception processed in [[handleException()]].
* @since 2.0.11
*/