MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
cpptoml::array_exception Class Reference

#include <cpptoml.h>

Inheritance diagram for cpptoml::array_exception:
[legend]
Collaboration diagram for cpptoml::array_exception:
[legend]

Public Member Functions

 array_exception (const std::string &err)
 

Detailed Description

Exception class for array insertion errors.

Definition at line 668 of file cpptoml.h.

Constructor & Destructor Documentation

◆ array_exception()

cpptoml::array_exception::array_exception ( const std::string &  err)
inlineexplicit

Definition at line 670 of file cpptoml.h.

670: std::runtime_error{err} {}

The documentation for this class was generated from the following file: