16 lines
374 B
C
16 lines
374 B
C
|
|
/**
|
|||
|
|
* @file mix_cc/exception.h
|
|||
|
|
* @brief 异常处理(增强库)
|
|||
|
|
* @author Cat (null.null.null@qq.com)
|
|||
|
|
* @version 0.1
|
|||
|
|
* @date 2021-05-07
|
|||
|
|
*
|
|||
|
|
* Copyright: Baosight Co. Ltd.
|
|||
|
|
* DO NOT COPY/USE WITHOUT PERMISSION
|
|||
|
|
*
|
|||
|
|
*/
|
|||
|
|
#pragma once
|
|||
|
|
#include "mix_cc/exception/exception.h"
|
|||
|
|
#include "mix_cc/exception/get_nested_exception.h"
|
|||
|
|
#include "mix_cc/exception/exception_mt.h"
|