fix define
This commit is contained in:
parent
7212e41fdf
commit
f3bbf8f3a0
@ -1,19 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// // ERRORS DEFINED
|
||||
// #define ALIEN_SYSTEM_ERROR() \
|
||||
// try_exception try_ex; \
|
||||
// try_ex.set_description(var::ALIEN_SYSTEM_ERROR); \
|
||||
// try_ex.set_msg_to_front(var::status::ERROR); \
|
||||
// throw try_ex
|
||||
//
|
||||
// #define STL_ERROR(msg) \
|
||||
// try_exception try_ex; \
|
||||
// try_ex.set_description(msg); \
|
||||
// try_ex.set_system_error(e); \
|
||||
// try_ex.set_msg_to_front(var::status::ERROR); \
|
||||
// throw try_ex
|
||||
|
||||
// HERE
|
||||
// для малоли что. можно использовать в сию-минутном логировании без боязни забыть
|
||||
// можно перенести это как дополнение в логер в hack
|
||||
|
Loading…
Reference in New Issue
Block a user