Skip to content

Commit ffb1772

Browse files
committed
Relevant exceptions
1 parent 34641fa commit ffb1772

File tree

6 files changed

+60
-0
lines changed

6 files changed

+60
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class InvalidPayloadException extends Exception
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class InvalidReceiptException extends Exception
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class InvalidSecretKeyException extends Exception
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class InvalidSignatureException extends Exception
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class SeverErrorException extends Exception
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Thepeer\Sdk\Exceptions;
4+
5+
use Exception;
6+
7+
class UserNotFoundException extends Exception
8+
{
9+
10+
}

0 commit comments

Comments
 (0)