diff --git a/src/danog/MadelineProto/RPCErrorException.php b/src/danog/MadelineProto/RPCErrorException.php index b2718037..dc60ea9e 100644 --- a/src/danog/MadelineProto/RPCErrorException.php +++ b/src/danog/MadelineProto/RPCErrorException.php @@ -71,7 +71,7 @@ class RPCErrorException extends \Exception } parent::__construct($message, $code, $previous); $this->prettify_tl(); - + $additional = []; foreach ($this->getTrace() as $level) { if (isset($level['function']) && $level['function'] === 'method_call') {