8 lines
91 B
C#
8 lines
91 B
C#
|
|
namespace PocketSharp
|
|
{
|
|
public class PocketAuthException : PocketException
|
|
{
|
|
}
|
|
}
|