Getting started
Examples
Developers
Exception
Exception::what()
Exception::location()
Exception::print_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 location where the exception occured.
Print the call stack from the time the exception occured.