exception method
Implementation
void exception(Object exception, {StackTrace? stackTrace}) {
return _talker.handle(exception, stackTrace);
}
void exception(Object exception, {StackTrace? stackTrace}) {
return _talker.handle(exception, stackTrace);
}