openPMD-api
|
Internal errors that should not happen. More...
#include <Error.hpp>
Public Member Functions | |
Internal (std::string const &what) | |
![]() | |
virtual const char * | what () const noexcept |
Error (Error const &)=default | |
Error (Error &&)=default | |
Error & | operator= (Error const &)=default |
Error & | operator= (Error &&)=default |
Additional Inherited Members | |
![]() | |
Error (std::string what) | |
Internal errors that should not happen.
Please report.
Example: A nullpointer is observed somewhere.