Skip to content

Commit 018efed

Browse files
committed
Add new Exception types
1 parent cc82b21 commit 018efed

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace PHPCouchDB\Exception;
4+
5+
class DatabaseException extends \Exception
6+
{
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace PHPCouchDB\Exception;
4+
5+
class DocumentNotFoundException extends \Exception
6+
{
7+
}

0 commit comments

Comments
 (0)