OGS
NumLib::AssemblyException Struct Reference

Detailed Description

Definition at line 18 of file Exceptions.h.

#include <Exceptions.h>

Inheritance diagram for NumLib::AssemblyException:
[legend]
Collaboration diagram for NumLib::AssemblyException:
[legend]

Public Member Functions

 AssemblyException (std::string const &reason)
 

Constructor & Destructor Documentation

◆ AssemblyException()

NumLib::AssemblyException::AssemblyException ( std::string const & reason)
inlineexplicit

Definition at line 20 of file Exceptions.h.

21 : std::runtime_error{"Error in process' assembly: " + reason} {};

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