This commit is contained in:
Aurimas 2017-02-24 15:50:06 +01:00
commit 09c223d5b6
2 changed files with 1 additions and 3 deletions

View file

@ -574,9 +574,7 @@ namespace TLSharp.Core.Network
}
}
internal abstract class DataCenterMigrationException : Exception
{
internal int DC { get; private set; }

View file

@ -107,5 +107,5 @@ namespace TLSharp.Core.Network
}
}
}