PLaSK library
Loading...
Searching...
No Matches
plask::DimensionError Struct Reference

This exception is thrown if there is a problem with dimensions. More...

#include <plask/exceptions.hpp>

Inheritance diagram for plask::DimensionError:
[legend]
Collaboration diagram for plask::DimensionError:
[legend]

Public Member Functions

template<typename... T>
 DimensionError (T... args)
 
- Public Member Functions inherited from plask::Exception
 Exception (const std::string &msg)
 
template<typename... T>
 Exception (const std::string &msg, const T &... args)
 Format error message using format.
 

Detailed Description

This exception is thrown if there is a problem with dimensions.

Definition at line 99 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ DimensionError()

template<typename... T>
plask::DimensionError::DimensionError ( T...  args)
inline

Definition at line 101 of file exceptions.hpp.


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