This exception is thrown when some method is not implemented.
More...
#include <plask/exceptions.hpp>
This exception is thrown when some method is not implemented.
Definition at line 68 of file exceptions.hpp.
◆ NotImplemented() [1/2]
plask::NotImplemented::NotImplemented |
( |
const std::string & |
method_name | ) |
|
|
inline |
- Parameters
-
method_name | name of not implemented method |
Definition at line 72 of file exceptions.hpp.
◆ NotImplemented() [2/2]
plask::NotImplemented::NotImplemented |
( |
const std::string & |
where, |
|
|
const std::string & |
method_name |
|
) |
| |
|
inline |
- Parameters
-
where | method is not implemented (typically class name) |
method_name | name of not implemented method |
Definition at line 79 of file exceptions.hpp.
The documentation for this struct was generated from the following file: