Exception class for failed function calls. More...

Public Member Functions | |
| FunctionCallException (const std::string &message) | |
| Constructor. More... | |
Exception class for failed function calls.
Is used inside aurora::SingleDispatcher and aurora::DoubleDispatcher.
|
explicit |
Constructor.
| message | The exception message (how the error occurred). |