Inflection
Morphology Inflection
Loading...
Searching...
No Matches
Exception.hpp
1/*
2 * Copyright 2016-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/exception/fwd.hpp>
7#include <inflection/exception/Throwable.hpp>
8
19class INFLECTION_CLASS_API inflection::exception::Exception
21{
22public:
26
27public:
36 explicit Exception(const std::u16string& message);
40 ~Exception() override;
41};
Base exception class for all exceptions in Inflection.
Definition Exception.hpp:21
Exception(const std::u16string &message)
Provides basic capabilities to Exceptions in Inflection.
Definition Throwable.hpp:21
The C++ namespace for Inflection.
Definition fwd.hpp:11