Skip to content

Commit 1caf6fc

Browse files
author
Martin Brecht-Precht
committed
Added the UnexpectedResponseException
1 parent 04b13ab commit 1caf6fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace CommonException\ApiException;
4+
5+
/**
6+
* Class UnexpectedResponseException
7+
*
8+
* @package CommonException\ApiException
9+
*/
10+
class UnexpectedResponseException extends Base\ApiException
11+
{
12+
13+
}

0 commit comments

Comments
 (0)