1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

feat: adjust formatting

This commit is contained in:
Christy Jacob 2022-02-07 01:39:33 +04:00
parent a5b706f64b
commit c46900f067

View file

@ -89,8 +89,8 @@ class Exception extends \Exception
const COLLECTION_NOT_FOUND = 'collection_not_found';
const COLLECTION_ALREADY_EXISTS = 'collection_already_exists';
const COLLECTION_LIMIT_EXCEEDED = 'collection_limit_exceeded';
/** Documents */
const DOCUMENT_NOT_FOUND = 'document_not_found';
const DOCUMENT_INVALID_STRUCTURE = 'document_invalid_structure';
const DOCUMENT_MISSING_PAYLOAD = 'document_missing_payload';