mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 08:34:41 +01:00
Add logging
This commit is contained in:
parent
d7a713971b
commit
c331983b74
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit ceaadaca96b69220bc631c2e0f9c0f11db206ab2
|
||||
Subproject commit 2cfccd0d5d83a44cf30750a27ad6f9f511ecbb0b
|
@ -489,7 +489,8 @@ trait UpdateHandler
|
||||
}
|
||||
}
|
||||
if ($result === null) {
|
||||
throw new Exception('Could not find any message in the updates!');
|
||||
$updates = json_encode($updates);
|
||||
throw new Exception("Could not find any message in $updates!");
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user