summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_db.erl')
-rw-r--r--src/couchdb/couch_db.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.erl b/src/couchdb/couch_db.erl
index 5da16b83..5a51a1ac 100644
--- a/src/couchdb/couch_db.erl
+++ b/src/couchdb/couch_db.erl
@@ -553,7 +553,7 @@ open_doc_int(Db, Id, Options) ->
{ok, FullDocInfo} ->
open_doc_int(Db, FullDocInfo, Options);
not_found ->
- throw({not_found, missing})
+ {not_found, missing}
end.
doc_meta_info(DocInfo, RevTree, Options) ->