Fixed SCA warnings
This commit is contained in:
parent
72d49d421c
commit
56eca71853
13 changed files with 299 additions and 236 deletions
|
|
@ -350,6 +350,7 @@ namespace TShockAPI.DB
|
|||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class UserManagerException : Exception
|
||||
{
|
||||
public UserManagerException(string message)
|
||||
|
|
@ -363,6 +364,7 @@ namespace TShockAPI.DB
|
|||
|
||||
}
|
||||
}
|
||||
[Serializable]
|
||||
public class UserExistsException : UserManagerException
|
||||
{
|
||||
public UserExistsException(string name)
|
||||
|
|
@ -370,6 +372,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
}
|
||||
}
|
||||
[Serializable]
|
||||
public class UserNotExistException : UserManagerException
|
||||
{
|
||||
public UserNotExistException(string name)
|
||||
|
|
@ -377,7 +380,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class GroupNotExistsException : UserManagerException
|
||||
{
|
||||
public GroupNotExistsException(string group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue