Inflection
Morphology Inflection
Loading...
Searching...
No Matches
FileNotFoundException.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/IOException.hpp>
8
15{
16public:
20
21
22public:
30 explicit FileNotFoundException(const std::u16string& message);
35};
FileNotFoundException(const std::u16string &message)
Used to indicate a general IO error.
The C++ namespace for Inflection.
Definition fwd.hpp:11