LogbotError constructor
Returns a new LogbotError instance.
Implementation
LogbotError({
required this.error,
required this.errorDescription,
});
Returns a new LogbotError instance.
LogbotError({
required this.error,
required this.errorDescription,
});