|
RMF
|
#include <RMF/exceptions.h>
Inheritance diagram for RMF::IndexException:Public Member Functions | |
| IndexException (const IndexException &)=default | |
| IndexException & | operator= (const IndexException &)=default |
Public Member Functions inherited from RMF::Exception | |
| Exception (const Exception &)=default | |
| Exception & | operator= (const Exception &)=default |
| const char * | what () const noexceptoverride |
IndexExceptions are thrown when you walk off the end of something.
Definition at line 77 of file exceptions.h.