repo.or.cz
/
smsapi-csharp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Extract response exceptions
[smsapi-csharp.git]
/
smsapi
/
Api
/
Response
/
MFA
/
Exception
/
InvalidVerificationCodeException.cs
blob
b6f48aafcad7aabd26755799b98c03a5a470aee3
1
namespace
SMSApi
.
Api
.
Response
.
MFA
.
Exception
;
2
3
public class
InvalidVerificationCodeException
:
ClientException
4
{
5
public
InvalidVerificationCodeException
() :
base
(
"Invalid verification code"
,
404
)
6
{
7
}
8
}