Getting started
Examples
Developers
Exception
Exception::what()
Exception::get_call_stack()
Exception thrown from our code, so that application code can determine where problems originated from.
Subclassed by godzilla::InternalError, godzilla::NotImplementedException
Public Functions
Get the exception message.
Get the call stack from the time the exception occured.