1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 22:51:11 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2021-12-23 23:55:07 +01:00
parent f0653c92d7
commit 63a727d5a2

View File

@ -48,7 +48,7 @@ namespace tgseclib\Math {
public MathBigInteger $real;
public function serialize()
{
throw new \Exception("Can't serialize legacy class!");
//throw new \Exception("Can't serialize legacy class!");
}
public function unserialize($data)
{
@ -61,7 +61,7 @@ namespace tgseclib\Math {
}
public function __serialize(): array
{
throw new \Exception("Can't serialize legacy class!");
//throw new \Exception("Can't serialize legacy class!");
}
public function __unserialize(array $data): void
{