start new exceptions

This commit is contained in:
2014-01-18 21:36:01 +01:00
parent 13e029a98a
commit 0be1efb2df
4 changed files with 24 additions and 0 deletions
@@ -0,0 +1,7 @@
namespace PocketSharp
{
public class PocketAuthException : PocketException
{
}
}