``` try { //some async function } catch (error) ...
# orm-help
b
Copy code
try {
  //some async function
} catch (error) {
  toast.error(error)
}