Database exception filter

An exception filter for common database errors.

Let's then proceed to the second part: create a second exception filter, responsible for catching and handling those three types of database error mentioned previously.

nest g f database/exception-filters/database-exception

First, we'll perform steps mostly already familiar to us.

Last updated