couchbase / docs-sdk-php

The PHP SDK documentation source files used in the new Couchbase Docs site.
https://docs.couchbase.com
Other
2 stars 14 forks source link

fix(DocumentNotFoundException): use the right namespace #120

Closed idrissneumann closed 1 year ago

idrissneumann commented 1 year ago

A quick fix: It miss \Exception\ in the namespase path for the DocumentNotFoundException.

Thanks in advance.

RichardSmedley commented 1 year ago

There are a few other pages that need this fix, too - tracking with https://issues.couchbase.com/browse/DOC-11307

idrissneumann commented 1 year ago

Hi @RichardSmedley and thanks for the review. I opened I new one with other fix I you want to check :) : https://github.com/couchbase/docs-sdk-php/pull/121