Update trap.cpp

This commit is contained in:
Alexey Milovidov 2023-02-25 02:24:29 +03:00 committed by GitHub
parent d6b618565e
commit ae230e3a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ namespace ErrorCodes
extern const int BAD_ARGUMENTS;
extern const int CANNOT_ALLOCATE_MEMORY;
extern const int CANNOT_DLOPEN;
extern const int LOGICAL_ERROR;
}