Skip to content

Commit 1184805

Browse files
committed
Make the Exception inherited as expected
1 parent ffebdd7 commit 1184805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCouchDB/Exception/ServerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace PHPCouchDB\Exception;
44

5-
class ServerException
5+
class ServerException extends \Exception
66
{
77
}

0 commit comments

Comments
 (0)