Create a new LastError
Error parameters
Title for error
Get the LastError from chrome.storage.local
A ChromeLastError
Set the LastError to an empty message in chrome.storage.local
Save the LastError to chrome.storage.local
Generated using TypeDoc
A custom error that can be persisted
Usage:
const err = new ChromeLastError(title, message);