Blender V5.0
error_handling.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#if defined(WITH_OPENCOLORIO)
8
9# include "BLI_string_ref.hh"
10
11# include "../opencolorio.hh"
12
13namespace blender::ocio {
14
15void report_exception(const OCIO_NAMESPACE::Exception &exception);
16void report_error(StringRefNull error);
17
18} // namespace blender::ocio
19
20#endif
static void error(const char *str)