We are doing a workshop on errors next week so this will be covered then. ```js if (err) throw err; ``` If you throw an error then it needs to be caught in a `catch` so you can then do something about it (log it, send the user an error message)