From 98d624da91b0d7859285efd922b50abe8a28dcf5 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 31 Mar 2018 16:19:11 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/MTProtoTools/UpdateHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/danog/MadelineProto/MTProtoTools/UpdateHandler.php b/src/danog/MadelineProto/MTProtoTools/UpdateHandler.php index f732c308..683975a2 100644 --- a/src/danog/MadelineProto/MTProtoTools/UpdateHandler.php +++ b/src/danog/MadelineProto/MTProtoTools/UpdateHandler.php @@ -77,6 +77,7 @@ trait UpdateHandler throw new \danog\MadelineProto\Exception('I had to recreate the temporary authorization key'); } } + throw new \danog\MadelineProto\RPCErrorException($error, $error); } $only_updates = $this->handle_messages($dc);