Searched refs:exceptionBase (Results 1 – 1 of 1) sorted by relevance
661 if (ExceptionBase* exceptionBase = toExceptionBase(exception)) in reportException() local662 errorMessage = exceptionBase->message() + ": " + exceptionBase->description(); in reportException()