mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-08 07:55:22 +00:00
Merge pull request #277 from knocte/friendlerAuthTestFailures
Friendlier exceptions for Auth testing
This commit is contained in:
commit
24a9ea1ed9
4 changed files with 32 additions and 2 deletions
|
|
@ -310,4 +310,9 @@ namespace TLSharp.Core
|
|||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class InvalidPhoneCodeException : Exception
|
||||
{
|
||||
internal InvalidPhoneCodeException(string msg) : base(msg) { }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue