1
0
Fork 0
mirror of synced 2024-06-17 10:14:50 +12:00

Update src/Appwrite/Extend/Exception.php

This commit is contained in:
Christy Jacob 2022-04-26 12:22:01 +03:00 committed by GitHub
parent 4c82810d61
commit 66d68a786b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ class Exception extends \Exception
const GENERAL_ROUTE_NOT_FOUND = 'general_route_not_found';
const GENERAL_CURSOR_NOT_FOUND = 'general_cursor_not_found';
const GENERAL_SERVER_ERROR = 'general_server_error';
const GENERAL_PROTOCOL_UNSUPPORTED = 'general_protocol_unsupported';
const GENERAL_PROTOCOL_UNSUPPORTED = 'general_protocol_unsupported';
/** Users */
const USER_COUNT_EXCEEDED = 'user_count_exceeded';