PR review changes

This commit is contained in:
Matej Bačo
2022-04-25 09:12:43 +00:00
parent 5e54339673
commit 4c82810d61
3 changed files with 6 additions and 6 deletions
+1 -1
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_METHOD_UNSUPPORTED = 'general_method_unsupported';
const GENERAL_PROTOCOL_UNSUPPORTED = 'general_protocol_unsupported';
/** Users */
const USER_COUNT_EXCEEDED = 'user_count_exceeded';