mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
12 lines
199 B
C++
12 lines
199 B
C++
/*
|
|
* Copyright (C) 2022-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
|
|
*/
|
|
|
|
#define NO_OPTIMIZED_EXCEPTION_HANDLING
|
|
|
|
#include "exceptions_test.inc.cc"
|