改名
This commit is contained in:
@@ -104,7 +104,7 @@ class OnHandshake extends Callback
|
|||||||
}
|
}
|
||||||
return $node->dispatch($request, $response);
|
return $node->dispatch($request, $response);
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$this->addError($exception->getMessage());
|
$this->addError($exception->getMessage() . ' ' . $exception->getFile() . ' ' . $exception->getLine());
|
||||||
return $this->disconnect($response, 500);
|
return $this->disconnect($response, 500);
|
||||||
} finally {
|
} finally {
|
||||||
$this->eventTrigger($request, $response);
|
$this->eventTrigger($request, $response);
|
||||||
|
|||||||
Reference in New Issue
Block a user