Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/* SPDX-FileCopyrightText: 2012-2022 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup freestyle
* \brief Singleton to manage exceptions
*/
#include "Exception.h"
namespace Freestyle {
Exception::exception_type Exception::_exception = Exception::NO_EXCEPTION;
} /* namespace Freestyle */