#include "lib/error.hpp"
template<lumiera_err const & eID, class PAR = Error>
class lumiera::error::LumieraError< eID, PAR >
Derived specific exceptions within Lumiera's exception hierarchy.
Definition at line 199 of file error.hpp.
|
| LumieraError (std::string description="", lumiera_err const id=eID) noexcept |
|
| LumieraError (std::exception const &cause, std::string description="", lumiera_err const id=eID) noexcept |
|
The documentation for this class was generated from the following file: