6#include <inflection/exception/fwd.hpp>
7#include <inflection/exception/RuntimeException.hpp>
26 ::std::u16string className;
52 virtual const ::std::u16string& getKey() const noexcept;
Used to indicate a resource that is required by Inflection is missing.
MissingResourceException(const std::u16string &message, const std::u16string &className, const std::u16string &key)
virtual const ::std::u16string & getClassName() const noexcept
~MissingResourceException() override
Used to indicate a generic exception occurring at runtime.
The C++ namespace for Inflection.