added some docs to shut PhpStorm up

This commit is contained in:
Dylan K. Taylor
2017-10-29 13:02:19 +00:00
parent 7e490ccdf2
commit 8aca373194
3 changed files with 14 additions and 0 deletions

View File

@ -2156,6 +2156,10 @@ class Server{
}
}
/**
* @param \Throwable $e
* @param array|null $trace
*/
public function exceptionHandler(\Throwable $e, $trace = null){
if($e === null){
return;