Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 493 Bytes

File metadata and controls

12 lines (11 loc) · 493 Bytes

Error

cause

try {
  connectToDatabase();
} catch (err) {
  throw new Error("Connecting to database failed.", { cause: err });
}