|
openPMD-api
|
Base class for all openPMD-specific error types. More...
#include <Error.hpp>


Public Member Functions | |
| virtual const char * | what () const noexcept |
| Error (Error const &)=default | |
| Error (Error &&)=default | |
| Error & | operator= (Error const &)=default |
| Error & | operator= (Error &&)=default |
Protected Member Functions | |
| Error (std::string what) | |
Base class for all openPMD-specific error types.
Should not be instantiated directly, but only by implementing child classes in the openPMD::error namespace.
1.8.17