Thrown when attempting to access a field in a structure that does not exist. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoStructFieldWithNameException (std::string field_name) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to access a field in a structure that does not exist.
|
inlineexplicit |
Builder for NoStructFieldWithNameException instances.
| [in] | field_name | Name of the field that does not exist. |