Inflection
Morphology Inflection
Loading...
Searching...
No Matches
IncompatibleVersionException.hpp
1/*
2 * Copyright 2017-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/exception/fwd.hpp>
7#include <inflection/exception/RuntimeException.hpp>
8
16{
17public:
21
22public:
30 explicit IncompatibleVersionException(const std::u16string& message);
35};
Thrown when a file loaded by Inflection has an incompatible version identifier.
IncompatibleVersionException(const std::u16string &message)
Used to indicate a generic exception occurring at runtime.
The C++ namespace for Inflection.
Definition fwd.hpp:11