1 | <?php |
||
15 | class DocumentNotFoundException extends CouchDBException |
||
16 | { |
||
17 | public function __construct($message = null) |
||
21 | |||
22 | /** |
||
23 | * Static constructor. |
||
24 | * |
||
25 | * @param string $className |
||
26 | * @param mixed $id |
||
27 | * |
||
28 | * @return self |
||
29 | */ |
||
30 | public static function fromClassNameAndIdentifier($className, $id) |
||
42 | } |
||
43 |