added, fixed & improved PHPDoc & Type Hints
This commit is contained in:
@@ -43,9 +43,9 @@ class ErrorHandler {
|
||||
|
||||
/**
|
||||
* ManiaControl ExceptionHandler
|
||||
* ManiaControl Shuts down after exception
|
||||
*
|
||||
* @param \Exception $ex
|
||||
* @param bool $shutdown
|
||||
*/
|
||||
public function exceptionHandler(\Exception $ex, $shutdown = true) {
|
||||
// Log exception
|
||||
|
Reference in New Issue
Block a user